Skip to content

Commit

Permalink
chore (npm): add ignore list (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored May 22, 2020
1 parent 1714953 commit 76bc709
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Config related files
.*

# Testing, code coverage, and linting
coverage
tests
appveyor.yml

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

# others
guides
hooks
Cordova.podspec
update_podspec.sh

0 comments on commit 76bc709

Please sign in to comment.