mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 13:55:49 +00:00
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
1
lib/.npmignore
Normal file
1
lib/.npmignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.orig
|
1
react-native/.npmignore
Normal file
1
react-native/.npmignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.orig
|
5
react-native/android/.npmignore
Normal file
5
react-native/android/.npmignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
app/build/
|
||||||
|
|
||||||
|
.idea
|
||||||
|
.gradle
|
||||||
|
local.properties
|
1
scripts/.npmignore
Normal file
1
scripts/.npmignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.orig
|
1
src/.npmignore
Normal file
1
src/.npmignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.orig
|
2
vendor/.npmignore
vendored
2
vendor/.npmignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
*.orig
|
||||||
|
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
|
||||||
GCDWebServer/*.podspec
|
GCDWebServer/*.podspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user