a12755522f
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>
28 lines
255 B
Plaintext
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
|