From c283feb69905dd8700933c696e61fac5da7cdcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Sun, 21 Dec 2025 18:39:12 +0000 Subject: [PATCH] Add .idea project icon --- .gitignore | 4 ++-- .idea/icon.svg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 .idea/icon.svg diff --git a/.gitignore b/.gitignore index 8250a3527..538763b64 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,8 @@ /app/*.log /app/build /app/release -/.idea - +/.idea/* +!/.idea/icon.svg # Bundle /.bundle/ /vendor/bundle diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 120000 index 000000000..5b897dd5f --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1 @@ +../.design/ic_launcher_foreground.svg \ No newline at end of file