Gitignore Visual Studio Files
Adds Visual Studio and Visual Studio Code configuration files (auto-generated) to .gitignore.
This commit is contained in:
parent
ab0d726594
commit
96632370b2
1 changed files with 9 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -18,5 +18,13 @@ node_modules/
|
|||
*.xcodeproj
|
||||
*.swp
|
||||
*.pyc
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
.vs/
|
||||
.vscode/
|
||||
*.vcxproj
|
||||
*.vcxproj.user
|
||||
*.vcxproj.filters
|
||||
*.sln
|
||||
debug.log
|
||||
npm-debug.log
|
||||
npm-debug.log
|
Loading…
Reference in a new issue