Files
chirpy/.gitignore
T
Stevan Freeborn 6294910727 chore: add .env.example and ignore generated editor config
Commit the .env.example template and exempt it from the .env ignore rule.
Ignore the .sqls.yml file that sqlc generate emits for editor tooling.
2026-08-15 22:07:23 -05:00

5 lines
36 B
Plaintext

bin/
*.env*
!.env.example
.sqls.yml