Skip to content

Commit de7a9d3

Browse files
committed
npm ignore for publishing
1 parent c611d3b commit de7a9d3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.npmignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Logs
2+
logs
3+
*.log
4+
5+
# Runtime data
6+
pids
7+
*.pid
8+
*.seed
9+
10+
# Coverage tools
11+
lib-cov
12+
coverage
13+
coverage.html
14+
.cover*
15+
16+
# Dependency directory
17+
node_modules
18+
19+
# Example build directory
20+
example/dist
21+
.publish
22+
dist
23+
example
24+
src
25+
.editorconfig
26+
.eslintignore
27+
.eslintrc
28+
.gitignore
29+
bower.json
30+
gulpfile.js
31+
32+
# Editor and other tmp files
33+
*.swp
34+
*.un~
35+
*.iml
36+
*.ipr
37+
*.iws
38+
*.sublime-*
39+
.idea/
40+
*.DS_Store

0 commit comments

Comments
 (0)