mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
Adds Visual Studio and Visual Studio Code configuration files (auto-generated) to .gitignore.
30 lines
439 B
Plaintext
30 lines
439 B
Plaintext
.DS_Store
|
|
.tags*
|
|
/.idea/
|
|
/build/
|
|
/dist/
|
|
/external_binaries/
|
|
/out/
|
|
/vendor/brightray/vendor/download/
|
|
/vendor/debian_wheezy_amd64-sysroot/
|
|
/vendor/debian_wheezy_arm-sysroot/
|
|
/vendor/debian_wheezy_i386-sysroot/
|
|
/vendor/python_26/
|
|
/vendor/npm/
|
|
/vendor/llvm/
|
|
/vendor/llvm-build/
|
|
/vendor/.gclient
|
|
node_modules/
|
|
*.xcodeproj
|
|
*.swp
|
|
*.pyc
|
|
*.VC.db
|
|
*.VC.VC.opendb
|
|
.vs/
|
|
.vscode/
|
|
*.vcxproj
|
|
*.vcxproj.user
|
|
*.vcxproj.filters
|
|
*.sln
|
|
debug.log
|
|
npm-debug.log |