chore(gitignore): ignore .tmp/ scratch directory
Used for one-off spikes and scratch scripts during development; should never be committed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6cef55f900
commit
dafd1d7f15
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@ l4d2web.db*
|
||||||
.superpowers/
|
.superpowers/
|
||||||
*.db
|
*.db
|
||||||
opencode.json
|
opencode.json
|
||||||
|
.tmp/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue