mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-28 05:12:17 +02:00
Remove .vs folder from version control
This commit is contained in:
parent
95bdf29f35
commit
d8139af429
2 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -26,6 +26,9 @@ android/**/src/main/assets
|
||||||
android/**/gradle*
|
android/**/gradle*
|
||||||
*.class
|
*.class
|
||||||
|
|
||||||
|
# Visual Studio
|
||||||
|
/.vs
|
||||||
|
|
||||||
# VSCode
|
# VSCode
|
||||||
# List taken from Github Global Ignores master@435c4d92
|
# List taken from Github Global Ignores master@435c4d92
|
||||||
# https://github.com/github/gitignore/commits/master/Global/VisualStudioCode.gitignore
|
# https://github.com/github/gitignore/commits/master/Global/VisualStudioCode.gitignore
|
||||||
|
|
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
Loading…
Reference in a new issue