Skip to content

Commit af77854

Browse files
committed
[.gitignore] Ignore .claude and .gemini in subdirectories
Currently .claude and .gemini are only ignored ignored in the root of the repo. Developers might conceivable run these tools in project specific subdirectories, in which case these should be ignored as well.
1 parent bd9030e commit af77854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ autoconf/autom4te.cache
5454
/cmake-build*
5555
# Coding assistants' stuff
5656
/CLAUDE.md
57-
/.claude/
57+
.claude/
5858
/GEMINI.md
59-
/.gemini/
59+
.gemini/
6060

6161
#==============================================================================#
6262
# Directories to ignore (do not add trailing '/'s, they skip symlinks).

0 commit comments

Comments
 (0)