From c2bf30d9852a7b85ec41aa74a21bc71e2c99e534 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 15 Aug 2023 13:13:14 +0800 Subject: [PATCH] info: .gitignore --- repo-config.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/repo-config.js b/repo-config.js index d5e9a50..66f8f1e 100644 --- a/repo-config.js +++ b/repo-config.js @@ -3,7 +3,17 @@ const defaultExclude = ['**/node_modules/**', '**/.git*/**', '**/.git*', '*.{exe export const cfg = { 'info': { folder: 'information-system', - exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**', '**/author/document/**']), + exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**', '**/author/document/**', + '**/kcfinder/upload/**', + '**/kcfinder/cache/**', + '**/cache/**', + '**/author/document/**', + '**/statement_files/**', + '**/paypal_activities/**', + '**/author/document/**', + '**/application/libraries/composer/**', + '**/application/config/database.php', + ]), }, 'gh': { folder: 'globalhighlights.com',