1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-01 07:33:01 +00:00

.gitignore: Ignore archive files

This commit is contained in:
Starbeamrainbowlabs 2021-03-25 16:56:41 +00:00
parent 4e01ce965d
commit 7141352d4d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

39
.gitignore vendored
View file

@ -109,3 +109,42 @@ tmp/
temp/
# End of https://www.gitignore.io/api/node
# Created by https://www.toptal.com/developers/gitignore/api/archives
# Edit at https://www.toptal.com/developers/gitignore?templates=archives
### Archives ###
# 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
# End of https://www.toptal.com/developers/gitignore/api/archives