Goal: Prevent accidental commits of private config and build output.
Scope: Ignore .env, .env.*, nested env files, .next, logs, and local build artifacts while allowing example env files.
Acceptance criteria: Real env files do not appear in git status; .env.example files remain trackable; README mentions the rule.
Goal: Prevent accidental commits of private config and build output.
Scope: Ignore
.env,.env.*, nested env files,.next, logs, and local build artifacts while allowing example env files.Acceptance criteria: Real env files do not appear in
git status;.env.examplefiles remain trackable; README mentions the rule.