Skip to content

Commit 08dcac9

Browse files
chapterjasonclaude
andcommitted
Add .codex to global gitignore
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c6ecc95 commit 08dcac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ resource "coder_script" "git_setup" {
317317
# project state (JetBrains .idea/) out of every repo the user touches,
318318
# without needing per-repo .gitignore edits.
319319
mkdir -p ~/.config/git
320-
printf '.idea/\n' > ~/.config/git/ignore
320+
printf '.idea/\n.codex\n' > ~/.config/git/ignore
321321
EOT
322322
}
323323

0 commit comments

Comments
 (0)