chore: keep env example unignored - #38
Conversation
There was a problem hiding this comment.
💡 Codex Review
Line 6 in 9d41900
Con questa modifica restano ignorati solo .env e .env.*, quindi in ambienti che usano direnv file locali come .envrc o .envrc.local non vengono più esclusi (verificato con git check-ignore: .env.local matcha, .envrc no). Se lì finiscono token SMTP/Vercel o altre variabili locali, tornano visibili a git status e possono essere committati per errore; aggiungi un pattern specifico per .envrc* senza re-ignorare .env.example.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary\n- remove duplicate ignore patterns that re-ignored .env.example\n- keep real env files ignored while allowing the tracked example file to remain visible to Git hygiene checks\n\n## Checks\n- git diff --check\n- git ls-files -ci --exclude-standard\n- Codex feedback inbox checked via gh issue view