Commit 090a9ca
authored
Add development entries to .gitignore (#3873)
## Changes
Add /pr-* and /tmp/ to .gitignore to prevent local development notes and
temporary files from being tracked.
## Why
- Adding `/tmp/` gives agents a scratch space inside the current
directory that is safe from accidental commits
- Adding `/pr-*` allows for tracking descriptions of pending pull
requests in markdown files, again safe from accidental commits
Accidental commits of files that aren't git-ignored are more prone to
happening with agents, so I previously had to manually revert commits of
files like the above. Having them listed in .gitignore makes it easier
for agents to do the right thing.1 parent 92029e1 commit 090a9ca
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments