Skip to content

Commit

Permalink
🔩 config: Add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cheap-glitch committed Dec 14, 2020
1 parent 49698f0 commit 4cccb3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ npm-debug.log

# Build artifacts
/build/
index*.js
/index*.js
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# npm
node_modules/
.npmrc
npm-debug.log

# Code coverage
/.coverage/
/.coveralls.yml

0 comments on commit 4cccb3f

Please sign in to comment.