Skip to content

Commit 4c9c8f8

Browse files
committed
Update ignore files for correct exclusions.
1 parent 37b0910 commit 4c9c8f8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
node_modules
2-
coverage
1+
*.tgz
32
complexity
4-
npm-debug.log
3+
coverage.html
54
jsonapi-server.cpuprofile
5+
node_modules
6+
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)