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.
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
cosign.key
|
|
cosign.private
|
|
/Containerfile
|
|
*.iso
|
|
*.iso-CHECKSUM
|