mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #6789 from electron/felix-ignore-vscode
Gitignore Visual Studio Files
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user