Skip to content

Commit d203f39

Browse files
committed
ignored .idea and node_modules in npmignore
1 parent 28a132b commit d203f39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# .npmignore - the files to not push to NPM
22
src/
3-
lib/**/*.spec
3+
lib/**/*.spec
4+
.idea
5+
node_modules

0 commit comments

Comments
 (0)