Skip to content

Commit 749bcb7

Browse files
committed
Actual 0.0.16...
[Added .npmignore to exclude example stuff from published package, and updated package-lock.json]
1 parent 2152fc7 commit 749bcb7

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

.npmignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
project.xcworkspace
24+
25+
# Android/IJ
26+
#
27+
.idea
28+
.gradle
29+
local.properties
30+
*.iml
31+
/android/app/*.keystore
32+
/android/app/*.apk
33+
34+
# node.js
35+
#
36+
node_modules/
37+
npm-debug.log
38+
39+
# BUCK
40+
buck-out/
41+
\.buckd/
42+
android/app/libs
43+
android/keystores/debug.keystore
44+
45+
coverage
46+
47+
/example.png
48+
/Example/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)