Add VS code directory to gitignore

main
Starbuck5 2023-07-25 22:02:12 -07:00 committed by Sam Lantinga
parent 666f81bace
commit 4cffbc3644
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -50,6 +50,9 @@ cmake-build-*
xcuserdata xcuserdata
*.xcworkspace *.xcworkspace
# for Visual Studio Code
.vscode/
# for Visual C++ # for Visual C++
.vs .vs
Debug Debug