Skip to content

Commit a9b0cba

Browse files
authored
chore: ignore tmpfork workspace directory (#4)
## Summary - Add `/tmpfork/` to `.gitignore` so temporary clones/forks are never committed. ## Validation - `printf 'tmpfork/\ntmpfork/example.txt\n' | git check-ignore -v --stdin` --- _Generated with [`mux`](https://github.com/coder/mux) • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh`_
1 parent 3574aac commit a9b0cba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
# IDE
1010
.vscode/
1111
.idea/
12+
13+
# Temporary external clones/forks
14+
/tmpfork/

0 commit comments

Comments
 (0)