From 0ab3800e1c9778c2233afbd71dbbbcf2a2e66830 Mon Sep 17 00:00:00 2001 From: darkgl0w <31093081+darkgl0w@users.noreply.github.com> Date: Thu, 20 Jun 2019 14:03:46 +0200 Subject: [PATCH 1/2] Create .npmignore --- .npmignore | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..b9e4ab5 --- /dev/null +++ b/.npmignore @@ -0,0 +1,85 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# 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 + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# next.js build output +.next + +# 0x +.__browserify_string_empty.js +profile-* + +# JetBrains IntelliJ IDEA +.idea/ +*.iml + +# VS Code +.vscode/ + +# lock files +package-lock.json +yarn.lock + +# Travis configuration files +ci_scripts/ +.travis.yml + +# Git configuration files +.gitattributes +.gitignore +.github From fe4b6e13c5f56ffa14e8bb27689cc57c6992cd28 Mon Sep 17 00:00:00 2001 From: darkgl0w <31093081+darkgl0w@users.noreply.github.com> Date: Thu, 20 Jun 2019 21:39:59 +0200 Subject: [PATCH 2/2] Update .npmignore Co-Authored-By: Manuel Spigolon --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index b9e4ab5..c78adb1 100644 --- a/.npmignore +++ b/.npmignore @@ -83,3 +83,5 @@ ci_scripts/ .gitattributes .gitignore .github +.DS_Store +