Files
heloha/.gitignore
Blake Ridgway 0c1547e0d5 first commit
2026-04-24 19:29:37 -05:00

24 lines
184 B
Plaintext

# Build output
bin/
dist/
# Go
*.exe
*.test
*.out
vendor/
# Config (may contain secrets)
config.yaml
config.local.yaml
.env
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp