npmignore jazz

This commit is contained in:
SheetJS 2014-01-17 15:25:17 -05:00
parent 810825d361
commit c9c3adf002
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1,3 @@
test_files/*.tsv
.gitignore
node_modules/

View File

@ -247,11 +247,16 @@ test:
```
And to make sure that test files are not included in npm:
```>.npmignore
test_files/*.tsv
.gitignore
node_modules/
```
Don't include the node modules in git:
```>.gitignore
.gitignore
.npmignore
node_modules/
```