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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
cosign.key
|
cosign.key
|
||||||
cosign.private
|
cosign.private
|
||||||
/Containerfile
|
/Containerfile
|
||||||
|
*.iso
|
||||||
|
*.iso-CHECKSUM
|
||||||
|
|||||||
Reference in New Issue
Block a user