mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:29:12 +01:00
12528ae72c
(cherry picked from commit c6854202be9eb8358f046871d4eb0e4fd74639ff)
34 lines
343 B
Text
34 lines
343 B
Text
# It's better to unpack these files and commit the raw source because
|
|
# git has its own built in compression methods.
|
|
*.7z
|
|
*.jar
|
|
*.rar
|
|
*.zip
|
|
*.gz
|
|
*.gzip
|
|
*.tgz
|
|
*.bzip
|
|
*.bzip2
|
|
*.bz2
|
|
*.xz
|
|
*.lzma
|
|
*.cab
|
|
*.xar
|
|
*.zst
|
|
*.tzst
|
|
|
|
# Packing-only formats
|
|
*.iso
|
|
*.tar
|
|
|
|
# Package management formats
|
|
*.dmg
|
|
*.xpi
|
|
*.gem
|
|
*.egg
|
|
*.deb
|
|
*.rpm
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
*.txz
|