Skip to content

Commit ee069d5

Browse files
authored
Create .npmignore
1 parent 30d8888 commit ee069d5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.npmignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Dependency directory
9+
node_modules/
10+
11+
# Misc
12+
.DS_Store
13+
.DS_Store?
14+
._*
15+
.Spotlight-V100
16+
.Trashes
17+
ehthumbs.db
18+
Thumbs.db
19+
20+
# EditorConfig
21+
.editorconfig
22+
23+
# Git
24+
.gitignore
25+
.gitattributes
26+
27+
# CI
28+
.travis.yml
29+
30+
# lock files
31+
yarn.lock

0 commit comments

Comments
 (0)