From 7dc7fdb1391cc47262b9a138197b680479130e22 Mon Sep 17 00:00:00 2001 From: Dawn Date: Wed, 19 Aug 2026 08:21:36 +0200 Subject: [PATCH] Ignore all archive/installer formats to keep binaries out of history Co-Authored-By: Claude Fable 5 --- .gitignore | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b7c17f3..f84541c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,31 @@ pbuild.log -*tar.gz .DS_Store + +# Archives / installers — never commit these (207 MB olex2 zip once bloated the repo) +*.zip +*.tar +*.tar.gz +*.tgz +*.tar.bz2 +*.tbz2 +*.tar.xz +*.txz +*.tar.zst +*.gz +*.bz2 +*.xz +*.zst +*.7z +*.rar +*.jar +*.war +*.deb +*.rpm +*.dmg +*.iso +*.img +*.run +*.bin +*.AppImage +*.sif +*.squashfs