Untrack the host env file (git rm --cached, kept on disk for the boocoder service) and widen .gitignore to .env.* (re-including .env.example) so env files no longer get committed. The file's prior contents (dev DB password + internal Tailscale URLs; no API keys) remain in history — left as-is given the single-user Tailscale-only threat model. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
23 lines
338 B
Plaintext
23 lines
338 B
Plaintext
node_modules
|
|
dist
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Claude / Cursor (local agent & IDE config — CLAUDE.md and AGENTS.md stay tracked)
|
|
.claude/
|
|
.cursor/
|
|
.cursorignore
|
|
CLAUDE.local.md
|
|
*.log
|
|
.DS_Store
|
|
.vite
|
|
coverage
|
|
secrets/
|
|
data/*
|
|
!data/AGENTS.md
|
|
!data/skills/
|
|
!data/mcp.example.json
|
|
!data/coder-providers.example.json
|
|
codecontext/fork.tar.gz
|