conf: exclude

master
Lei OT 2 years ago
parent 6246b7018f
commit 7379171ed0

@ -1,13 +1,9 @@
const defaultExclude = [ const defaultExclude = ['**/node_modules/**', '**/.git*/**', '**/.git*', '*.{exe,docx}', '**/cache*/**', '**/tmp*/**', '**/logs/**', '**/web.config'];
'**/node_modules/**', '**/.git*/**', '**/.git*',
'*.{exe,docx}',
'**/cache*/**', '**/tmp*/**'
];
export const cfg = { export const cfg = {
'info': { 'info': {
folder: 'information-system', folder: 'information-system',
exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**']), exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**', '**/author/document/**']),
}, },
'gh': { 'gh': {
folder: 'globalhighlights.com', folder: 'globalhighlights.com',

Loading…
Cancel
Save