mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-05-02 09:27:01 +08:00
21 lines
No EOL
743 B
JavaScript
21 lines
No EOL
743 B
JavaScript
module.exports = {
|
|
options : {
|
|
force: true //This overrides this task from blocking deletion of folders outside current working dir (CWD). Use with caution.
|
|
},
|
|
free : ['build/**/*'],
|
|
// in_customizr_pro : [
|
|
// '../customizr-pro/**/*',
|
|
// '!../customizr-pro/addons/**',
|
|
// '!../customizr-pro/build/**',
|
|
// '!../customizr-pro/grunt-tasks-config/**',
|
|
// '!../customizr-pro/node_modules/**',
|
|
// '!../customizr-pro/.ftpauth',
|
|
// '!../customizr-pro/.gitignore',
|
|
// '!../customizr-pro/package.json',
|
|
// '!../customizr-pro/readme.md',
|
|
// '!../customizr-pro/readme.txt',
|
|
// '!../customizr-pro/screenshot.png',
|
|
// '!../customizr-pro/style.css',
|
|
// '!../customizr-pro/gruntfile.js'
|
|
// ]
|
|
}; |