Files
josh c75a47d299
build-and-push / test (push) Successful in 34s
build-and-push / build-and-push (push) Successful in 1m7s
Add .claude/ directory and SQLite WAL files to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-14 10:51:30 -04:00

34 lines
311 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
.claude/
.gstack/
# SQLite WAL files
*.db-shm
*.db-wal