Skip to content

Commit 07274d3

Browse files
committed
chore: update .gitignore to exclude Codex and Copilot temporary files and logs
1 parent cbffb56 commit 07274d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ Cargo.lock
99
/benchmark_results
1010

1111
**/.claude/settings.local.json
12+
13+
/.claude/settings.local.json
14+
/.codex/models_cache.json
15+
/.codex/sessions/
16+
/.codex/tmp/
17+
/.codex/log/
18+
/.codex/*.json
19+
/.codex/*.jsonl
20+
/.codex/shell_snapshots/*.sh
21+
22+
/.copilot/.copilot/logs/
23+
/.copilot/configstore/update-notifier-@github/

0 commit comments

Comments
 (0)