Task Description
Developers sometimes accidentally commit .env.local.backup or similar local test files.
What You Need to Know
- Relevant file(s):
.gitignore
- Concepts involved: Git configuration
Steps to Complete
- Open the
.gitignore file in the root.
- Add patterns for
*.backup, *.bak, and .env* to ensure no sensitive files leak.
Resources
- If this touches UI: read
DESIGN.md first — it has all colors, spacing, typography, and component specs
Definition of Done
Task Description
Developers sometimes accidentally commit
.env.local.backupor similar local test files.What You Need to Know
.gitignoreSteps to Complete
.gitignorefile in the root.*.backup,*.bak, and.env*to ensure no sensitive files leak.Resources
DESIGN.mdfirst — it has all colors, spacing, typography, and component specsDefinition of Done