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' ];