projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3a33132
)
Exclude dev files from npm package.
author
David Schoonover
<dsc@wikimedia.org>
Tue, 10 Jul 2012 13:32:45 +0000 (06:32 -0700)
committer
David Schoonover
<dsc@wikimedia.org>
Tue, 10 Jul 2012 13:32:45 +0000 (06:32 -0700)
.npmignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.npmignore
b/.npmignore
new file mode 100644
(file)
index 0000000..
d88161d
--- /dev/null
+++ b/
.npmignore
@@ -0,0
+1,41
@@
+.DS_Store
+Icon?
+*~
+*.sw?
+
+*.pid
+*.db
+*.sqlite
+
+pip-log.txt
+*.py[oc]
+*.egg-info
+*.un~
+.tox/
+.coverage
+.coverage_html
+docs/_build/*
+.env/
+
+.cache
+.tmp
+npm-debug.log
+node_modules/
+node_modules/*
+*.sass-cache
+lib-cov/
+test/*.log
+test/fixtures/*.json
+test/fixtures/logs/*.log
+
+build
+dist
+var
+log
+tmp
+
+assets
+fabfile
+msc
+src
+