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.
This commit is contained in:
Stevan Freeborn
2026-08-15 22:07:23 -05:00
parent f9d562e14a
commit 6294910727
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
DB_URL=postgres://postgres:postgres@localhost:5432/chirpy?sslmode=disable
PLATFORM=dev
JWT_SECRET=replace-with-a-long-random-secret
POLKA_KEY=replace-with-your-polka-api-key