Merge pull request #10116 from electron/ignore-npmrc

ignore .env and .npmrc
This commit is contained in:
John Kleinschmidt 2017-07-26 11:05:17 -04:00 committed by GitHub
commit e80f9d7e49

53
.gitignore vendored
View file

@ -1,11 +1,33 @@
.DS_Store .DS_Store
.env
.npmrc
.tags* .tags*
.vs/
.vscode/
*.log
*.pyc
*.sln
*.swp
*.VC.db
*.VC.VC.opendb
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.xcodeproj
/.idea/ /.idea/
/brightray/brightray.opensdf
/brightray/brightray.sdf
/brightray/brightray.sln
/brightray/brightray.suo
/brightray/brightray.v12.suo
/brightray/brightray.vcxproj*
/brightray/brightray.xcodeproj/
/build/ /build/
/dist/ /dist/
/external_binaries/ /external_binaries/
/node_modules
/out/ /out/
/vendor/download/ /vendor/.gclient
/vendor/debian_jessie_amd64-sysroot/ /vendor/debian_jessie_amd64-sysroot/
/vendor/debian_jessie_arm-sysroot/ /vendor/debian_jessie_arm-sysroot/
/vendor/debian_jessie_arm64-sysroot/ /vendor/debian_jessie_arm64-sysroot/
@ -13,28 +35,9 @@
/vendor/debian_wheezy_amd64-sysroot/ /vendor/debian_wheezy_amd64-sysroot/
/vendor/debian_wheezy_arm-sysroot/ /vendor/debian_wheezy_arm-sysroot/
/vendor/debian_wheezy_i386-sysroot/ /vendor/debian_wheezy_i386-sysroot/
/vendor/python_26/ /vendor/download/
/vendor/npm/
/vendor/llvm/
/vendor/llvm-build/ /vendor/llvm-build/
/vendor/.gclient /vendor/llvm/
node_modules/ /vendor/node/deps/node-inspect/.npmrc
*.xcodeproj /vendor/npm/
*.swp /vendor/python_26/
*.pyc
*.VC.db
*.VC.VC.opendb
.vs/
.vscode/
*.vcxproj
*.vcxproj.user
*.vcxproj.filters
*.sln
*.log
/brightray/brightray.opensdf
/brightray/brightray.sdf
/brightray/brightray.sln
/brightray/brightray.vcxproj*
/brightray/brightray.suo
/brightray/brightray.v12.suo
/brightray/brightray.xcodeproj/