You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

27 lines
359 B

export default [
'._*',
'.hg',
'.git',
'.svn',
'.next',
'.dockerignore',
'.gitignore',
'.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'
];