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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremia Taglialatela <tagliala.dev@gmail.com>2014-01-09 22:42:15 +0400
committerGeremia Taglialatela <tagliala.dev@gmail.com>2014-01-09 22:44:29 +0400
commit13309de24ca54aebab134d60e5719c1047660103 (patch)
tree22e12690c5025e239e3da026e810a768ca371649 /.npmignore
parentfafd1c31244050a0b2f18b6df4ed3d943ddd9bf2 (diff)
Added .npmignore
Refers to #2683
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 000000000..54a691f81
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,42 @@
+*.pyc
+*.egg-info
+*.db
+*.db.old
+*.swp
+*.db-journal
+
+.coverage
+.DS_Store
+.installed.cfg
+_gh_pages/*
+
+.idea/*
+.svn/*
+src/website/static/*
+src/website/media/*
+
+bin
+cfcache
+develop-eggs
+dist
+downloads
+eggs
+parts
+tmp
+.sass-cache
+node_modules
+
+src/website/settingslocal.py
+stunnel.log
+
+.ruby-version
+
+# don't need these in the npm package.
+src/
+_config.yml
+bower.json
+component.json
+composer.json
+CONTRIBUTING.md
+Gemfile
+Gemfile.lock