mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 16:53:25 +01:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
33 lines
330 B
Plaintext
33 lines
330 B
Plaintext
# 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
|
|
|
|
# Packing-only formats
|
|
*.iso
|
|
*.tar
|
|
|
|
# Package management formats
|
|
*.dmg
|
|
*.xpi
|
|
*.gem
|
|
*.egg
|
|
*.deb
|
|
*.rpm
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
*.txz
|