Skip to content

Commit 7c2b1cf

Browse files
committed
Fix ignores for correct packaging.
1 parent 7c47dfb commit 7c2b1cf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
node_modules
2-
coverage.html
1+
*.tgz
32
complexity
3+
coverage.html
4+
jsonapi-server.cpuprofile
5+
node_modules
46
npm-debug.log

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
!test
2+
*~
13
.*
4+
complexity
5+
coverage.html
6+
jsonapi-server.cpuprofile

0 commit comments

Comments
 (0)