|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
const defaultExclude = ['**/node_modules/**', '**/.git*/**', '**/.git*', '*.{exe,docx}', '**/cache*/**', '**/tmp*/**', '**/logs/**', '**/web.config', '.idea/**'];
|
|
|
|
|
const defaultExclude = ['**/node_modules/**', '**/.git*/**', '**/.git*', '**/.well-known/**', '*.{exe,docx}', '**/cache*/**', '**/tmp*/**', '**/logs/**', '**/web.config', '.idea/**'];
|
|
|
|
|
|
|
|
|
|
export const cfg = {
|
|
|
|
|
'info': {
|
|
|
|
@ -27,4 +27,8 @@ export const cfg = {
|
|
|
|
|
folder: 'data.chinahighlights.com',
|
|
|
|
|
exclude: [].concat(defaultExclude, []),
|
|
|
|
|
},
|
|
|
|
|
'ah': {
|
|
|
|
|
folder: 'asiahighlights.com',
|
|
|
|
|
exclude: [].concat(defaultExclude, ['**/{image,design,system,pdf}/**']),
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|