Fix .gitignore excluding cmd/provisioning directory
build-and-push / build-and-push (push) Has been cancelled
build-and-push / test (push) Has been cancelled

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:
2026-05-03 21:39:20 -04:00
parent ca6e8661fc
commit a12755522f
2 changed files with 175 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Binary
provisioning
provisioning.exe
/provisioning
/provisioning.exe
# Runtime data
data/