Skip to content

Commit 66ffd2b

Browse files
vdemeesterclaude
authored andcommitted
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

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ test/e2e/common/cosign.pub
9090

9191
# downloaded release files during build
9292
/cmd/*/operator/kodata/
93+
94+
# Workflow temporary files
95+
commit-message.txt
96+
pr-body.txt
97+
bump-output.txt

commit-message.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

pr-body.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)