Commit 3464d28
fix(gitignore): add /.pr*/ pattern to prevent agent scratch dirs from being committed Refs #2763
PR-reviewer agents create directories like .pr2659/ at the repo root during review runs.
Adding /.pr*/ to .gitignore prevents them from appearing in git status and being accidentally staged.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c22ed90 commit 3464d28
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| |||
0 commit comments