mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 21:27:40 +02:00
Adding vscode ignores (details below).
vscode ignore settings taken from from Github Global Ignores master@435c4d92 https://github.com/github/gitignore/commits/master/Global/VisualStudioCode.gitignore
This commit is contained in:
parent
0deabf54ef
commit
f427b5ba3f
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -17,6 +17,15 @@ Makefile
|
||||||
local.properties
|
local.properties
|
||||||
android/libraries
|
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
|
# Xcode
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
*.xcworkspace
|
*.xcworkspace
|
||||||
|
|
Loading…
Reference in a new issue