Merge pull request #6789 from electron/felix-ignore-vscode
Gitignore Visual Studio Files
This commit is contained in:
commit
e491b7932f
1 changed files with 9 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -18,5 +18,13 @@ node_modules/
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
*.swp
|
*.swp
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.VC.db
|
||||||
|
*.VC.VC.opendb
|
||||||
|
.vs/
|
||||||
|
.vscode/
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.user
|
||||||
|
*.vcxproj.filters
|
||||||
|
*.sln
|
||||||
debug.log
|
debug.log
|
||||||
npm-debug.log
|
npm-debug.log
|
Loading…
Reference in a new issue