Skip to content

Commit 1c77795

Browse files
KenChoiKenChoi
authored andcommitted
add npmignore
1 parent 890871c commit 1c77795

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.npmignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# OSX
2+
#
3+
.DS_Store
4+
5+
# Xcode
6+
#
7+
build/
8+
*.pbxuser
9+
!default.pbxuser
10+
*.mode1v3
11+
!default.mode1v3
12+
*.mode2v3
13+
!default.mode2v3
14+
*.perspectivev3
15+
!default.perspectivev3
16+
xcuserdata
17+
*.xccheckout
18+
*.moved-aside
19+
DerivedData
20+
*.hmap
21+
*.ipa
22+
*.xcuserstate
23+
24+
# node.js
25+
#
26+
node_modules/
27+
npm-debug.log
28+
29+
# Don't publish example apps
30+
example/
31+
# .idea
32+
33+
.idea/
34+
.gradle/

0 commit comments

Comments
 (0)