Type Alias: DirectoryWithDirectoryOpts
DirectoryWithDirectoryOpts =
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.*"]).
owner?​
optionalowner:string
A user:group to set for the copied directory and its contents.
The user and group must be an ID (1000:1000), not a name (foo:bar).
If the group is omitted, it defaults to the same as the user.