Improve globbing to better handle both patterns and non patterns

This commit is contained in:
2025-04-13 19:47:52 +02:00
parent 78536c3e19
commit 33b3a3d2b6
2 changed files with 56 additions and 32 deletions

View File

@@ -1,2 +1,6 @@
- source: A/**/*
target: B
target: B
- source: A/go.mod
target: B/go.mod
- source: A
target: B/foo