export default [
  '._*',
  '.hg',
  '.git',
  '.svn',
  '.npmrc',
  '.*.swp',
  '.DS_Store',
  '.wafpickle-*',
  '.lock-wscript',
  'npm-debug.log',
  'config.gypi',
  'node_modules',
  'CVS',
  'README',
  'README.*',
  'CHANGELOG',
  'History.md',
  'LICENSE',
  'Readme',
  'Readme.*',
  'test',
  'tests'
];