Skip to content

Commit 138162d

Browse files
committed
chore: ignore AI tool config directories
Add .gemini/, .claude/, .opencode/ to .gitignore to prevent committing user-specific AI tool configurations.
1 parent 238593f commit 138162d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ k8s-*/*
4646
tests/**/creds.json
4747
ui/simple-saas
4848
*.tar
49+
# AI tool config directories (user-specific)
50+
.gemini/
51+
.opencode/

0 commit comments

Comments
 (0)