Skip to content

Commit

Permalink
👷 exclude example and docs in npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rastapasta committed Apr 16, 2017
1 parent 0e8446b commit 7f2443d
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
example/
docs/

# OSX
#
.DS_Store

# node.js
#
node_modules/
npm-debug.log
yarn-error.log


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


# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# BUCK
buck-out/
\.buckd/
*.keystore

0 comments on commit 7f2443d

Please sign in to comment.