Files
Provisioning/.gitignore
T
josh a12755522f
build-and-push / build-and-push (push) Has been cancelled
build-and-push / test (push) Has been cancelled
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>
2026-05-03 21:39:20 -04:00

28 lines
255 B
Plaintext

# Binary
/provisioning
/provisioning.exe
# Runtime data
data/
var/
# Config with secrets
provisioning.yaml
provisioning.production.yaml
server-types.yaml
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Go
vendor/
# Templ generated
*_templ.go