From 7379171ed092aee0079fe1da4dcb42e6ebddb911 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 15 Aug 2023 11:01:02 +0800 Subject: [PATCH] conf: exclude --- repo-config.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/repo-config.js b/repo-config.js index fbb5a3a..d5e9a50 100644 --- a/repo-config.js +++ b/repo-config.js @@ -1,13 +1,9 @@ -const defaultExclude = [ - '**/node_modules/**', '**/.git*/**', '**/.git*', - '*.{exe,docx}', - '**/cache*/**', '**/tmp*/**' -]; +const defaultExclude = ['**/node_modules/**', '**/.git*/**', '**/.git*', '*.{exe,docx}', '**/cache*/**', '**/tmp*/**', '**/logs/**', '**/web.config']; export const cfg = { 'info': { folder: 'information-system', - exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**']), + exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**', '**/author/document/**']), }, 'gh': { folder: 'globalhighlights.com',