Change gitignore to ignore all assets that aren't either inside assets/cubyz or assets/backgrounds/default_background.png (#1527)

This commit is contained in:
OneAvargeCoder193 2025-05-27 15:41:26 -04:00 committed by GitHub
parent de304e49d3
commit 3d8b4f200e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitignore vendored
View File

@ -10,5 +10,6 @@ gamecontrollerdb.stamp
test.png
# Ignore user generated backgrounds
/assets/backgrounds/client_*.png
/assets/*
!/assets/cubyz
!/assets/backgrounds/default_background.png