Browse Source

more reasonable ignored

master
Guillermo Rauch 9 years ago
parent
commit
3cc3f45471
  1. 13
      lib/ignored.js

13
lib/ignored.js

@ -1,11 +1,11 @@
export default [ export default [
'._*',
'.hg', '.hg',
'.git', '.git',
'.gitmodules',
'.svn', '.svn',
'.npmignore',
'.dockerignore', '.dockerignore',
'.gitignore', '.gitignore',
'.npmrc',
'.*.swp', '.*.swp',
'.DS_Store', '.DS_Store',
'.wafpickle-*', '.wafpickle-*',
@ -13,12 +13,5 @@ export default [
'npm-debug.log', 'npm-debug.log',
'config.gypi', 'config.gypi',
'node_modules', 'node_modules',
'CVS', 'CVS'
'README',
'README.*',
'CHANGELOG',
'History.md',
'LICENSE',
'Readme',
'Readme.*'
]; ];

Loading…
Cancel
Save