mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:52:33 +02:00
vscode ignore settings taken from from Github Global Ignores master@435c4d92 https://github.com/github/gitignore/commits/master/Global/VisualStudioCode.gitignore
70 lines
1.1 KiB
Text
70 lines
1.1 KiB
Text
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
CMakeScripts/
|
|
cmake_install.cmake
|
|
build*/
|
|
release*/
|
|
debug*/
|
|
gprof*/
|
|
valgrind*/
|
|
ext/
|
|
Makefile
|
|
*.user
|
|
|
|
# Android Studio
|
|
*.iml
|
|
local.properties
|
|
android/libraries
|
|
|
|
# VSCode
|
|
# List taken from Github Global Ignores master@435c4d92
|
|
# https://github.com/github/gitignore/commits/master/Global/VisualStudioCode.gitignore
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Xcode
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
.DS_Store
|
|
xcuserdata
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
.idea/
|
|
|
|
*.hmap
|
|
|
|
# ignore interface optional externals
|
|
interface/external/*/*
|
|
!interface/external/*/readme.txt
|
|
|
|
# Ignore interfaceCache for Linux users
|
|
interface/interfaceCache/
|
|
|
|
# ignore audio-client externals
|
|
libraries/audio-client/external/*/*
|
|
!libraries/audio-client/external/*/readme.txt
|
|
|
|
gvr-interface/assets/oculussig*
|
|
gvr-interface/libs/*
|
|
|
|
# ignore files for various dev environments
|
|
TAGS
|
|
*.sw[po]
|
|
|
|
# ignore node files for the console
|
|
node_modules
|
|
npm-debug.log
|