Ignore all archive/installer formats to keep binaries out of history
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+29
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user