Skip to content

Commit e4648cb

Browse files
manavgupclaude
andcommitted
chore: Update .gitignore with terraform, helm, and session file patterns
- Add terraform patterns (.terraform/, *.tfstate, *.tfstate.backup, tfplan, *.tfplan) - Add helm charts directory (deployment/helm/*/charts/) - Add session file patterns (*_HANDOFF.md, *_IMPLEMENTATION_PLAN.md) This prevents committing generated artifacts and temporary working documents. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d7e3c14 commit e4648cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,17 @@ uv.lock
120120
archive/
121121
.secrets
122122
.vars
123+
124+
# Terraform
125+
.terraform/
126+
*.tfstate
127+
*.tfstate.backup
128+
tfplan
129+
*.tfplan
130+
131+
# Helm
132+
deployment/helm/*/charts/
133+
134+
# Session/temporary documentation
135+
*_HANDOFF.md
136+
*_IMPLEMENTATION_PLAN.md

0 commit comments

Comments
 (0)