Skip to content

Commit 22c726b

Browse files
committed
add npm ignore
1 parent 61bf343 commit 22c726b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.npmignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Dependency directory
2+
# Commenting this out is preferred by some people, see
3+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
4+
node_modules
5+
6+
/src/
7+
8+
# NPM debug
9+
npm-debug.log

0 commit comments

Comments
 (0)