Skip to content

Commit 56c2422

Browse files
Improve npmignore
1 parent e435bfc commit 56c2422

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.npmignore

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
example
2-
android/build
3-
android/.gradle
2+
.git
3+
*.DS_Store
4+
.DS_Store
5+
*Thumbs.db
6+
.gradle
47
.idea
8+
*.iml
9+
npm-debug.log
10+
node_modules
11+
android/build
12+
local.properties
13+
android/gradle/wrapper
14+
gradlew
15+
*.swp
16+
*.bat
17+
/ios/**/*xcuserdata*
18+
/ios/**/*xcshareddata*
19+
*.log

0 commit comments

Comments
 (0)