Skip to content

Commit 246442d

Browse files
authored
Merge pull request #86 from SwiftHero/master
Use .npmignore file to exclude "test" folder from NPM (Saves 150 MB)
2 parents 9cdab1f + 849a81c commit 246442d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## generic files to ignore
2+
*~
3+
*.lock
4+
*.DS_Store
5+
*.swp
6+
*.out
7+
node_modules/
8+
target/
9+
10+
.gitignore
11+
test

0 commit comments

Comments
 (0)