Skip to content

Commit 67b5144

Browse files
committed
Add npm-degub to ignore & Add npmignore
1 parent 756d7b3 commit 67b5144

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
.npm
33
dist/
4+
npm-debug.log

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tests/
2+
node_modules/
3+
yarn.lock

0 commit comments

Comments
 (0)