Commit 66ffd2b
chore: remove temp files from git and add to .gitignore
The bump workflow generates temporary files (commit-message.txt,
pr-body.txt, bump-output.txt) that should never be tracked in git.
While the workflow cleanup step (c8d5e4f) removes these files
after use, they were already committed to the repository.
This commit:
- Removes the files from git tracking
- Adds them to .gitignore to prevent future accidental commits
This prevents PRs like #3160 which only delete these temp files.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 49be3ac commit 66ffd2b
3 files changed
+5
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
This file was deleted.
This file was deleted.
0 commit comments