Skip to content

Commit

Permalink
fix(npmignore): ignore more unnecessary files (#393)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kent C. Dodds authored and jimthedev committed Dec 14, 2016
1 parent 4586f15 commit 6fa09a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/meta
/src
/test
test/tools/trigger-appveyor-tests.sh
test/tools/trigger-appveyor-tests.sh
/coverage
/.travis.yml
/appveyor.yml
jsconfig.json
travis_after_all.py

0 comments on commit 6fa09a2

Please sign in to comment.