From a98e81a52da41abe3865f44f4658148b08259cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Tue, 29 Jan 2019 18:37:34 +0900 Subject: [PATCH] Added NPM Ignore (#10) --- .npmignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..a1e2f4d4 --- /dev/null +++ b/.npmignore @@ -0,0 +1,21 @@ +# Testing, code coverage, and linting +.eslintignore +.eslintrc.yml +.nyc_output +coverage +tests + +# CI service configurations +.travis.yml +appveyor.yml + +# Logging +logs +*.log +npm-debug.log* + +# Git +.git +.gitattributes +.github +.gitignore