From 6a41ed0fff52cd6f9926e24ee0d6c6afd9de2894 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Fri, 9 Aug 2019 22:29:47 -0700 Subject: [PATCH] Adds npm ignore file. --- .npmignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..a9c69fe --- /dev/null +++ b/.npmignore @@ -0,0 +1,23 @@ +# .npmignore - Npm ignore configuration. +# Copyright (c) 2018 - 2019 Richard Huang +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +.editorconfig +.eslintrc.js +.readme.hbs +.travis.yml +CHANGELOG.md +coverage +__tests__