From eb1ac252e907d724a03dfcb821777dcd2b469cbd Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 21 Feb 2018 14:23:07 -0300 Subject: [PATCH] [chore] update list of files that shouldn't be packed. --- .npmignore | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index 05c820b4..000f5dea 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,24 @@ CONTRIBUTING.md +.babelrc +.travis.yml +.babelrc +.eslintrc.js +*.orig +*.rej +.changelog_update +Makefile +book.json +bootstrap.sh bower.json -examples karma.conf.js -script -specs -.babelrc -.idea/ +yarn.lock +webpack.* +.idea/* +.github/* +coverage +docs src +scripts +specs +_book +examples