Skip to content

Commit

Permalink
Merge pull request #86 from SwiftHero/master
Browse files Browse the repository at this point in the history
Use .npmignore file to exclude "test" folder from NPM (Saves 150 MB)
  • Loading branch information
modesty authored Sep 9, 2016
2 parents 6318a05 + 0d6d41e commit 256ab9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.out
node_modules/
target/

.gitignore
test

0 comments on commit 256ab9f

Please sign in to comment.