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.
5 lines
36 B
Plaintext
5 lines
36 B
Plaintext
bin/
|
|
*.env*
|
|
!.env.example
|
|
.sqls.yml
|