Ignore more things when publishing with NPM

Unfortunately some kind of NPM bug is making it ignore a top-level .npmignore file.
This commit is contained in:
Scott Kyle 2016-01-22 16:43:41 -08:00
parent ba2f6e6f74
commit a6715d210d
6 changed files with 11 additions and 0 deletions

1
lib/.npmignore Normal file
View File

@ -0,0 +1 @@
*.orig

1
react-native/.npmignore Normal file
View File

@ -0,0 +1 @@
*.orig

View File

@ -0,0 +1,5 @@
app/build/
.idea
.gradle
local.properties

1
scripts/.npmignore Normal file
View File

@ -0,0 +1 @@
*.orig

1
src/.npmignore Normal file
View File

@ -0,0 +1 @@
*.orig

2
vendor/.npmignore vendored
View File

@ -1,3 +1,5 @@
*.orig
.travis.yml .travis.yml
GCDWebServer/*.podspec GCDWebServer/*.podspec