1 Commits

Author SHA1 Message Date
chaim 2d49172f80 chore: track .env.example (Task Master template, no secrets)
The .gitignore had three competing rules — .env.* (line 70), *.env.*
(line 259), and a stale negation !.env.example (line 71) that lost to
the later rules. Adding the negation at the end of the file so it wins.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 21:32:38 +00:00