From 48e5d31e07fed3d0a12f9ea1bcfcfc697fc3dd83 Mon Sep 17 00:00:00 2001 From: Daniel Hammer Date: Sat, 18 Jul 2026 20:22:40 +0200 Subject: [PATCH] chore: purge committed ISOs from history; ignore ISO images ISOs are now archived on the download server (nginx) instead of git. History was rewritten with git-filter-repo to remove all *.iso and ramdisk.tar blobs, shrinking the repo from ~500MB to ~80MB. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ddc551c..fbcd4db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ /kernel-deps /limine /ovmf -/*.iso +# ISO images are never committed - archived on the download server, not in git +*.iso +archives/isos/ +montaukos.org/downloads/*.iso *.hdd qemu.log toolchain/local/