From 0dd48312d28e63faf7dbb64caba03a32d3ec55c1 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Sat, 28 Mar 2020 15:01:35 +0000 Subject: [PATCH] chore(npm): improve ignore list (#164) --- .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