Type Alias: CurrentModuleWorkdirOpts
CurrentModuleWorkdirOpts =
object
Properties​
exclude?​
optionalexclude?:string[]
Exclude artifacts that match the given pattern (e.g., ["node_modules/", ".git*"]).
gitignore?​
optionalgitignore?:boolean
Apply .gitignore filter rules inside the directory
include?​
optionalinclude?:string[]
Include only artifacts that match the given pattern (e.g., ["app/", "package.*"]).