From 30d53cb293e136a94975c4852c82756829ec62e6 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Sat, 17 Oct 2015 10:34:34 -0500 Subject: [PATCH] Update .npmignore Trimming the npm release a little further, following general guidelines from [npm needs a personal trainer](https://medium.com/@goldglovecb/npm-needs-a-personal-trainer-537e0f8859c6). --- .npmignore | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.npmignore b/.npmignore index 6d18a95d6..f1a8bd7b4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,11 @@ -test/*.log -test/fixtures/*.json -test/fixtures/logs/*.log* -test/fixtures/keys/ -test/transports/webhook-test.js +.* +*.log +test +test/* node_modules/ node_modules/* -npm-debug.log +*.md +examples +examples/* +docs +docs/*