From 79be95aa6e9c6f9b99757b0c707e1fbf0373f238 Mon Sep 17 00:00:00 2001 From: Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:43:29 -0500 Subject: `icon.svg` for IntelliJ (#944) Added the SkyHanni icon to the IntelliJ profile views. #944 --- .gitignore | 5 +++-- .idea/icon.svg | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .idea/icon.svg diff --git a/.gitignore b/.gitignore index 486bb480e..b7744e951 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -.idea/ +.idea/* +!.idea/icon.svg .vscode/ run/ build/ @@ -9,5 +10,5 @@ build gradle.properties .gradle -#other +# other .DS_STORE diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 000000000..3fd5c8213 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1 @@ + -- cgit