npmignore jazz
This commit is contained in:
parent
810825d361
commit
c9c3adf002
@ -1 +1,3 @@
|
||||
test_files/*.tsv
|
||||
.gitignore
|
||||
node_modules/
|
||||
|
7
frac.md
7
frac.md
@ -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/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user