ソースを参照
fix(build): npmignore unwanted platform-specific files (#41)
Mike Hardy
4 年 前
No account linked to committer's email address
|
@@ -0,0 +1,10 @@
|
|
1
|
+*.iml
|
|
2
|
+.DS_Store
|
|
3
|
+.gradle/
|
|
4
|
+.idea/
|
|
5
|
+.npmignore
|
|
6
|
+build/
|
|
7
|
+gradle/
|
|
8
|
+gradlew
|
|
9
|
+gradlew.bat
|
|
10
|
+local.properties
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+*/project.xcworkspace/
|
|
2
|
+*/xcuserdata/
|
|
3
|
+.DS_Store
|
|
4
|
+.npmignore
|
|
5
|
+Pods/
|
|
6
|
+build/
|
|
@@ -11,7 +11,6 @@
|
11
|
11
|
"/src",
|
12
|
12
|
"/lib",
|
13
|
13
|
"/android",
|
14
|
|
- "!/android/build",
|
15
|
14
|
"/ios",
|
16
|
15
|
"/*.podspec"
|
17
|
16
|
],
|