mirror of https://github.com/databricks/cli.git
23 lines
271 B
YAML
23 lines
271 B
YAML
|
bundle:
|
||
|
name: sync_negate
|
||
|
|
||
|
workspace:
|
||
|
host: https://acme.cloud.databricks.com/
|
||
|
|
||
|
sync:
|
||
|
exclude:
|
||
|
- ./*
|
||
|
- '!*.txt'
|
||
|
include:
|
||
|
- '*.txt'
|
||
|
|
||
|
targets:
|
||
|
default:
|
||
|
dev:
|
||
|
sync:
|
||
|
exclude:
|
||
|
- ./*
|
||
|
- '!*.txt2'
|
||
|
include:
|
||
|
- '*.txt'
|