From d85e146bc066ff3fbab14ffcee1d385b6f56f2ac Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Thu, 26 Mar 2020 14:35:44 +0000 Subject: [PATCH] chore(npm): improve ignore list (#121) --- .npmignore | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.npmignore b/.npmignore index d71cbd7d..45e3c386 100644 --- a/.npmignore +++ b/.npmignore @@ -1,16 +1,3 @@ -# CI service configurations -.travis.yml -.appveyor.yml +.* appveyor.yml - -# Testing, code coverage, and linting -.eslintignore -.eslintrc.yml - -# Git -.git -.gitattributes -.gitignore - -# Github -.github +tests