Skip to content

Commit 76bc709

Browse files
authored
chore (npm): add ignore list (#863)
1 parent 1714953 commit 76bc709

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.npmignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Config related files
2+
.*
3+
4+
# Testing, code coverage, and linting
5+
coverage
6+
tests
7+
appveyor.yml
8+
9+
# Logging
10+
logs
11+
*.log
12+
npm-debug.log*
13+
14+
# others
15+
guides
16+
hooks
17+
Cordova.podspec
18+
update_podspec.sh

0 commit comments

Comments
 (0)