Modified .gitignore to ignore image files

This commit is contained in:
G2-Games 2023-04-18 18:23:15 -05:00
parent e3bb6d75bd
commit f4e2bd96a0

4
.gitignore vendored
View file

@ -8,3 +8,7 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Ignore CZ image files
*.cz*
tmp.png