Skip to content

Commit 6fa09a2

Browse files
Kent C. Doddsjimthedev
authored andcommitted
fix(npmignore): ignore more unnecessary files (#393)
According to [cost-of-modules](https://github.com/siddharthkp/cost-of-modules) commitizen is responsible for `76.32M` of my disk space. Most of that is probably from dependencies, but while looking into this, I noticed that there are several files we should probably not be publishing.
1 parent 4586f15 commit 6fa09a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.npmignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
/meta
22
/src
33
/test
4-
test/tools/trigger-appveyor-tests.sh
4+
test/tools/trigger-appveyor-tests.sh
5+
/coverage
6+
/.travis.yml
7+
/appveyor.yml
8+
jsconfig.json
9+
travis_after_all.py

0 commit comments

Comments
 (0)