Skip to content

Commit 63307ac

Browse files
JDevliegherenekoshirro
authored andcommitted
[.gitignore] Ignore .claude and .gemini in subdirectories (#167029)
Currently `.claude/` and `.gemini/` are only ignored in the root of the repo. Developers might conceivable run these tools in project subdirectories, in which case these should be ignored as well. Signed-off-by: Hafidz Muzakky <[email protected]>
1 parent c0d0009 commit 63307ac

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)