diff --git a/repo-config.js b/repo-config.js index 66f8f1e..944b0bc 100644 --- a/repo-config.js +++ b/repo-config.js @@ -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, []), + }, };