chore(.gitignore): ISO and checksum files generated by CLI

I usually add these two entries to my .gitignore to prevent accidentally committing massive binary blobs generated by the 'bluebuild generate-iso' command.

This may or may not be a sane default to have in the template itself, depending on how many users have the same habits I do when generating offline install media.
This commit is contained in:
charel
2026-06-27 15:37:52 -04:00
parent b4ad163d9c
commit 6ae791be0e

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
cosign.key cosign.key
cosign.private cosign.private
/Containerfile /Containerfile
*.iso
*.iso-CHECKSUM