mirror of
https://github.com/celisej567/abaddon.git
synced 2026-01-04 10:10:03 +03:00
Remove zipped resource archive in repo (#74)
* res: Remove zipped archive This was probably added by accident. * gitignore: Ignore archive files Archives don't belong in the repo, so make sure they don't get accidentally added again.
This commit is contained in:
committed by
GitHub
parent
de3b53c676
commit
da27c67e6b
6
.gitignore
vendored
6
.gitignore
vendored
@@ -356,3 +356,9 @@ build/
|
||||
out/
|
||||
|
||||
fonts/fonts.conf
|
||||
|
||||
# To make sure no zipped resources are added to the repo
|
||||
*.7z
|
||||
*.zip
|
||||
*.tar.*
|
||||
*.rar
|
||||
|
||||
Reference in New Issue
Block a user