Skip to content

Commit

Permalink
Added NPM Ignore (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Jan 29, 2019
1 parent 1875d49 commit a98e81a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Testing, code coverage, and linting
.eslintignore
.eslintrc.yml
.nyc_output
coverage
tests

# CI service configurations
.travis.yml
appveyor.yml

# Logging
logs
*.log
npm-debug.log*

# Git
.git
.gitattributes
.github
.gitignore

0 comments on commit a98e81a

Please sign in to comment.