From ebd8fad18ce09f57787b7a12bb435389b8fa0e14 Mon Sep 17 00:00:00 2001 From: Arne Schubert Date: Mon, 23 Jan 2017 23:01:59 +0100 Subject: [PATCH] #127: Add the npm ignore file --- .npmignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..2b6d7d6 --- /dev/null +++ b/.npmignore @@ -0,0 +1,49 @@ +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + +typings +typedoc/ +.idea/ + +examples/**/*.js +examples/**/*.js.map + +bundle.js + +*.sh +*.yml \ No newline at end of file