Fix .gitignore excluding cmd/provisioning directory
The pattern `provisioning` matched both the binary and the directory. Use `/provisioning` to only match at the repo root. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Binary
|
||||
provisioning
|
||||
provisioning.exe
|
||||
/provisioning
|
||||
/provisioning.exe
|
||||
|
||||
# Runtime data
|
||||
data/
|
||||
|
||||
Reference in New Issue
Block a user