Skip to content

Commit aba3269

Browse files
authored
[.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.
1 parent bb9df2e commit aba3269

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)