From 6ae791be0e6da01a8275d36243e33a7d76bb3288 Mon Sep 17 00:00:00 2001 From: charel Date: Sat, 27 Jun 2026 15:37:52 -0400 Subject: [PATCH] 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8703795..ae918a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ cosign.key cosign.private /Containerfile +*.iso +*.iso-CHECKSUM