From f1f352b07c3f187e0447d44bdc2fedff7ebc5cec Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 28 Feb 2025 18:36:59 +0100 Subject: [PATCH] Add project icon for IntelliJ IDEA --- .gitignore | 3 ++- .idea/icon.svg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .idea/icon.svg diff --git a/.gitignore b/.gitignore index a8aa3399..32eeef15 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,8 @@ node_modules/ /**/src/**/generated .gradle -.idea/ +.idea/* +!.idea/icon.svg out *.iml .DS_Store diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 00000000..545ca540 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file