7 lines
95 B
YAML
7 lines
95 B
YAML
- source: A/**/*
|
|
target: B
|
|
- source: A/go.mod
|
|
target: B/go.mod
|
|
- source: A
|
|
target: B/foo
|