From 5c5d10649da985f3bec01af586f5521973085234 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 22 Nov 2016 15:51:19 -0700 Subject: [PATCH] fix(npmignore): ignore more unnecessary files 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. --- .npmignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index d12cc3b8..33c660c7 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,9 @@ /meta /src /test -test/tools/trigger-appveyor-tests.sh \ No newline at end of file +test/tools/trigger-appveyor-tests.sh +/coverage +/.travis.yml +/appveyor.yml +jsconfig.json +travis_after_all.py