Skip to content

Commit 2a891f4

Browse files
committed
Adds .npmignore
Adds many files to npm ignore to avoid being published to npm. If people want to run the tests, they must fetch code directly from github.
1 parent 4efe645 commit 2a891f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.sublime-*
2+
*.njsproj
3+
*.nodevsdbg
4+
.DS_Store
5+
node_modules
6+
test*
7+
lib-cov/
8+
*~

0 commit comments

Comments
 (0)