Skip to content

Commit 89f9bd8

Browse files
committed
Additional ignores for .npmignore
Ignore .eslintrc variants (like .eslintrc.yaml which we are using). Ignore more test directories. Ignore CHANGELOG files, which aren't often useful to install via npm. Signed-off-by: Kevin Locke <[email protected]>
1 parent 28f40ee commit 89f9bd8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
.editorconfig
22
.eslintignore
3-
.eslintrc
3+
.eslintrc*
44
.npmignore
55
.travis.yml
66
/coverage/
77
/doc-src/
88
/doc/
99
/scripts
1010
/test
11+
/test-bin
12+
/test-data
13+
/test-lib
14+
CHANGELOG.*
1115
TODO.*
1216
appveyor.yml
1317
jsdoc*.conf.json

0 commit comments

Comments
 (0)