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 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') 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 -- cgit