From ee1820960e74c6f0425da912673f382c51396a73 Mon Sep 17 00:00:00 2001 From: Pablo de la Torre Date: Wed, 10 Sep 2025 08:02:47 +0200 Subject: [PATCH] chore(gitignore): add macOS system files to ignore list --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e145a6b..f1fe883 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .idea *.toml *.db -target \ No newline at end of file +target + +Icon? \ No newline at end of file