From 18d36463150c98cf4f37aeb3e65411e1d528fdd6 Mon Sep 17 00:00:00 2001 From: Spacelord Date: Sun, 9 Mar 2025 21:39:41 +0100 Subject: [PATCH] Add images to .gitignore, except default.png --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c1d3a3d..5e2f1e1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ dist/ .env config.json .vsls.json + +images/*.png +!images/default.png