Skip to content

Commit

Permalink
Fix .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Sep 15, 2018
1 parent 18bab89 commit a98524a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,47 @@ Example/
experimental/
android/build/
screenShoots/

# OSX
#
.DS_Store

# Xcode
#
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
gradle
project.xcworkspace

# Android/IJ
#
.idea
.gradle
local.properties
build

# node.js
#
node_modules
npm-debug.log


# webstorm
#
*.iml

# unfinished documents
#
cn-doc.md

0 comments on commit a98524a

Please sign in to comment.