forked from OpenGamers/abaddon
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:
parent
de3b53c676
commit
da27c67e6b
6
.gitignore
vendored
6
.gitignore
vendored
@ -356,3 +356,9 @@ build/
|
|||||||
out/
|
out/
|
||||||
|
|
||||||
fonts/fonts.conf
|
fonts/fonts.conf
|
||||||
|
|
||||||
|
# To make sure no zipped resources are added to the repo
|
||||||
|
*.7z
|
||||||
|
*.zip
|
||||||
|
*.tar.*
|
||||||
|
*.rar
|
||||||
|
BIN
res/res.7z
BIN
res/res.7z
Binary file not shown.
Loading…
Reference in New Issue
Block a user