Gitignore .npminstall (#28)

* Delete .npminstall

* Add .npminstall to .gitignore
This commit is contained in:
Thomas Hopkins 2016-10-18 15:44:52 -07:00 committed by Mike Piccolo
parent d4a98c082a
commit 0f92c48843
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -33,6 +33,7 @@ local.properties
#
node_modules/
npm-debug.log
.npminstall
# BUCK
buck-out/

View file