steid

@jamesgill /

chore: ignore runtime artefacts

Bare repos, SQLite files, and local env now that the app creates them.
plans/ stays tracked deliberately — it was gitignored in the previous
attempt, which is why the design docs had to be hand-carried between repos.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
JamesPatrickGill authored 1 month agoparente6f4874Browse files3475719573a6b009317f780d7b0cf2b5104288aa

1 file changed+12 −0

.gitignore+12 −0View file
@@ -1 +1,13 @@
11 /target
2+
3+# Bare git repositories
4+/data
5+
6+# SQLite
7+*.db
8+*.db-shm
9+*.db-wal
10+
11+# Local environment
12+.env
13+.env.prod