Skip to content

Commit 477bd46

Browse files
committed
Add gitignore contents to npmignore
Apparently, gitignore is only used when there is no npmignore config, but when there is one, it is overridden, and the gitignored files are published to npm. m(
1 parent a2c8c1a commit 477bd46

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
*~
2+
\#*
3+
.#*
4+
*.swp
5+
*.log
6+
/build
7+
/gitno
8+
node_modules
9+
doc/code
10+
doc/_build
11+
doc/__pycache__/
12+
tags
113
.browserslistrc
214
.codeclimate.yml
315
esformatter-config.json

0 commit comments

Comments
 (0)