Skip to content

Commit

Permalink
Don't publish tests on npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Jun 2, 2018
1 parent c91d651 commit 27d110c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Keep this in sync with .npmignore
*.swp
*~
/.idea
Expand Down
20 changes: 20 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Keep this in sync with .gitignore
*.swp
*~
/.idea
/.nyc_output
/.tern-port
/.db
/accounts
/config.json
/config/account-template
/config/email-templates
/config/templates
/config/views
/data
/coverage
/node_modules
/npm-debug.log

# Additional .npmignore entries (not in .gitignore)
/test

0 comments on commit 27d110c

Please sign in to comment.