Skip to content

Commit 27d110c

Browse files
committed
Don't publish tests on npm.
1 parent c91d651 commit 27d110c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Keep this in sync with .npmignore
12
*.swp
23
*~
34
/.idea

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Keep this in sync with .gitignore
2+
*.swp
3+
*~
4+
/.idea
5+
/.nyc_output
6+
/.tern-port
7+
/.db
8+
/accounts
9+
/config.json
10+
/config/account-template
11+
/config/email-templates
12+
/config/templates
13+
/config/views
14+
/data
15+
/coverage
16+
/node_modules
17+
/npm-debug.log
18+
19+
# Additional .npmignore entries (not in .gitignore)
20+
/test

0 commit comments

Comments
 (0)