diff options
author | Valentin Popov <info@valentineus.link> | 2017-05-29 01:46:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-05-29 01:46:00 +0300 |
commit | 9c0a7f8bee1ed3f3aa924e592225d9b9cf2e18bf (patch) | |
tree | 38d03ec46b3a33647fba8a5e686d08a18bf95b12 /.npmignore | |
download | iii-client-9c0a7f8bee1ed3f3aa924e592225d9b9cf2e18bf.tar.xz iii-client-9c0a7f8bee1ed3f3aa924e592225d9b9cf2e18bf.zip |
Release of version 0.0.1.
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5c4de01 --- /dev/null +++ b/.npmignore @@ -0,0 +1,61 @@ +# 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 (http://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 + +# Source +src/ |