From aa04731efbc30d5002a5cf592d1971a0e7059b9c Mon Sep 17 00:00:00 2001 From: Mikael Klages Date: Thu, 5 Sep 2024 21:16:49 +0200 Subject: [PATCH] Ignore user generated backgrounds in the assets/backgrounds folder. (#682) * Ignore user generated backgrounds in the assets/backgrounds folder. * Add back newline at end of file in .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 446f17e7..340983d7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ settings.json gui_layout.json test.png + +# Ignore user generated backgrounds +/assets/backgrounds/client_*.png