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:
parent
ba2f6e6f74
commit
a6715d210d
|
@ -0,0 +1 @@
|
|||
*.orig
|
|
@ -0,0 +1 @@
|
|||
*.orig
|
|
@ -0,0 +1,5 @@
|
|||
app/build/
|
||||
|
||||
.idea
|
||||
.gradle
|
||||
local.properties
|
|
@ -0,0 +1 @@
|
|||
*.orig
|
|
@ -0,0 +1 @@
|
|||
*.orig
|
|
@ -1,3 +1,5 @@
|
|||
*.orig
|
||||
|
||||
.travis.yml
|
||||
|
||||
GCDWebServer/*.podspec
|
||||
|
|
Loading…
Reference in New Issue