Ignore all node_modules/ dirs
This commit is contained in:
parent
f251799049
commit
bd697275c2
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,6 +14,7 @@
|
||||||
*.vcxproj.filters
|
*.vcxproj.filters
|
||||||
*.vcxproj.user
|
*.vcxproj.user
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
|
node_modules/
|
||||||
/.idea/
|
/.idea/
|
||||||
/brightray/brightray.opensdf
|
/brightray/brightray.opensdf
|
||||||
/brightray/brightray.sdf
|
/brightray/brightray.sdf
|
||||||
|
@ -25,7 +26,6 @@
|
||||||
/build/
|
/build/
|
||||||
/dist/
|
/dist/
|
||||||
/external_binaries/
|
/external_binaries/
|
||||||
/node_modules
|
|
||||||
/out/
|
/out/
|
||||||
/vendor/.gclient
|
/vendor/.gclient
|
||||||
/vendor/debian_jessie_amd64-sysroot/
|
/vendor/debian_jessie_amd64-sysroot/
|
||||||
|
|
Loading…
Reference in a new issue