Skip to content

Commit 924a28a

Browse files
committed
Add claude and codex files to .gitignore
1 parent 1522b1e commit 924a28a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.gitignore

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ docs/_source
2020
target/
2121
dependency-reduced-pom.xml
2222

23-
# Claude / AI assistant metadata
23+
# Codex - AI assistant metadata
24+
.codex/
25+
.codex-cache/
26+
.codex-config.json
27+
.codex-settings.json
28+
codex.log
29+
AGENTS.md
30+
31+
# Claude - AI assistant metadata
32+
.anthropic/
33+
.claude/
34+
claude.log
35+
claude_history.json
36+
claude_config.json
2437
CLAUDE.md
25-
.claude/

0 commit comments

Comments
 (0)