From 3d8b4f200ef30a597d41a0c539be4e8686aa5c8a Mon Sep 17 00:00:00 2001 From: OneAvargeCoder193 <85588535+OneAvargeCoder193@users.noreply.github.com> Date: Tue, 27 May 2025 15:41:26 -0400 Subject: [PATCH] Change gitignore to ignore all assets that aren't either inside assets/cubyz or assets/backgrounds/default_background.png (#1527) --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c7929674..5414cc74 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ gamecontrollerdb.stamp test.png -# Ignore user generated backgrounds -/assets/backgrounds/client_*.png +/assets/* +!/assets/cubyz +!/assets/backgrounds/default_background.png