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 [
'._*',
'.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'
];

Loading…
Cancel
Save