From 3ac993f42cc9c7123dd82ff4b1a2cea9691b7388 Mon Sep 17 00:00:00 2001 From: Gabriel Falkenberg Date: Mon, 7 Apr 2014 22:02:57 +0200 Subject: [PATCH] slimmer npm package --- .npmignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..8797e708e --- /dev/null +++ b/.npmignore @@ -0,0 +1,30 @@ +dist +npm-debug.log +node_modules +scripts/scratch* +test/integration/yaml_suite/log +.aws-config.json +.idea + +## generated files +test/integration/yaml_suite/yaml_tests*.json +test/integration/yaml_suite/index*.js +src/elasticsearch*/ +src/bower*/ +junit-*.xml +elasticsearch*.log +sauce_connect.lo* +coverage.html +.snapshots +html_docs + +## just in .npmignore +.jshintrc +.travis.yml +CHANGELOG.md +CONTRIBUTING.md +docs/ +grunt/ +Gruntfile.js +scripts/ +test/