Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-05-06 09:38:25 +0400
committerisaacs <i@izs.me>2012-05-06 09:38:25 +0400
commitc0e521a0400f7673b1e1e1f031d9f41025ca8b95 (patch)
treee447426c1a352f73046d7c44748c96c79123cc8e /.npmignore
parent1755cba3ab2cc9a0838302414796828747b51a9d (diff)
Don't need pngs in package tarball
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
index 5ddef3560..94dc33f00 100644
--- a/.npmignore
+++ b/.npmignore
@@ -12,6 +12,9 @@ npm-debug.log
.gitignore
release/
+# don't need these in the npm package.
+html/*.png
+
# don't ignore .npmignore files
# these are used in some tests.
!.npmignore