aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 15:17:25 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 15:17:25 +0200
commit161a41c42584cb27b1863dda031671855599e62f (patch)
tree559d19a61c66a3bb62c33898700624f77a9bfc4a
parent25d80f4c0007d891a806364865c8e3edb215034e (diff)
Delete npmignore
-rw-r--r--.npmignore37
1 files changed, 0 insertions, 37 deletions
diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index cc4bbcc..0000000
--- a/.npmignore
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-
-# 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 directory
-# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
-node_modules
-
-# Optional npm cache directory
-.npm
-
-# Optional REPL history
-.node_repl_history
-
-# JSDoc
-doc