From 37f0cea17c74baa561ef9dbf1e0f1690112d5437 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 15 Aug 2023 16:02:50 +0800 Subject: [PATCH] add data.cht repo --- repo-config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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, []), + }, };