From 3cc3f45471780f118c489251b451e09cecb5f2bd Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 3 Aug 2016 10:48:04 -0700 Subject: [PATCH] more reasonable ignored --- lib/ignored.js | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/lib/ignored.js b/lib/ignored.js index f6d442a..d99276b 100644 --- a/lib/ignored.js +++ b/lib/ignored.js @@ -1,11 +1,11 @@ export default [ - '._*', '.hg', '.git', + '.gitmodules', '.svn', + '.npmignore', '.dockerignore', '.gitignore', - '.npmrc', '.*.swp', '.DS_Store', '.wafpickle-*', @@ -13,12 +13,5 @@ export default [ 'npm-debug.log', 'config.gypi', 'node_modules', - 'CVS', - 'README', - 'README.*', - 'CHANGELOG', - 'History.md', - 'LICENSE', - 'Readme', - 'Readme.*' + 'CVS' ];