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',