Gitignore .npminstall (#28)
* Delete .npminstall * Add .npminstall to .gitignore
This commit is contained in:
parent
d4a98c082a
commit
0f92c48843
2 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -33,6 +33,7 @@ local.properties
|
|||
#
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
.npminstall
|
||||
|
||||
# BUCK
|
||||
buck-out/
|
||||
|
|
|
|||
Loading…
Reference in a new issue