Skip to main content
Version: 0.20.2

CurrentModuleWorkdirOpts

@dagger.io/dagger


@dagger.io/dagger / api/client.gen / CurrentModuleWorkdirOpts

Type Alias: CurrentModuleWorkdirOpts

CurrentModuleWorkdirOpts = object

Properties​

exclude?​

optional exclude?: string[]

Exclude artifacts that match the given pattern (e.g., ["node_modules/", ".git*"]).


gitignore?​

optional gitignore?: boolean

Apply .gitignore filter rules inside the directory


include?​

optional include?: string[]

Include only artifacts that match the given pattern (e.g., ["app/", "package.*"]).