|
|
@ -1,13 +1,9 @@
|
|
|
|
const defaultExclude = [
|
|
|
|
const defaultExclude = ['**/node_modules/**', '**/.git*/**', '**/.git*', '*.{exe,docx}', '**/cache*/**', '**/tmp*/**', '**/logs/**', '**/web.config'];
|
|
|
|
'**/node_modules/**', '**/.git*/**', '**/.git*',
|
|
|
|
|
|
|
|
'*.{exe,docx}',
|
|
|
|
|
|
|
|
'**/cache*/**', '**/tmp*/**'
|
|
|
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const cfg = {
|
|
|
|
export const cfg = {
|
|
|
|
'info': {
|
|
|
|
'info': {
|
|
|
|
folder: 'information-system',
|
|
|
|
folder: 'information-system',
|
|
|
|
exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**']),
|
|
|
|
exclude: [].concat(defaultExclude, ['{document,download_statement,sample}/**', '**/author/document/**']),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'gh': {
|
|
|
|
'gh': {
|
|
|
|
folder: 'globalhighlights.com',
|
|
|
|
folder: 'globalhighlights.com',
|
|
|
|