Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ paper/build/
# Never-publish workspace material (strategy, prospect research, counsel packs,
# personal contact details). Created ad hoc; must never reach a remote.
.private/

# Cover every .env variant, not one at a time. A .env.bak holding live
# API keys sat in a stash for six weeks and was one `git add -A` from being
# committed; .env.backup had already been added by hand after an earlier
# near-miss. Negate the committed template so it stays tracked.
.env.*
!.env.example