add data.cht repo

master
Lei OT 2 years ago
parent c2bf30d985
commit 37f0cea17c

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

Loading…
Cancel
Save