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