From fc0f6f1ef059636f146599b10f7f03f4ef181767 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Tue, 20 Feb 2024 10:35:32 -0800 Subject: [PATCH] Add IDEA project icon Adds an icon for the Pkl project which is used in IDEA's "New UI" when opening Pkl --- .gitignore | 1 + .idea/icon.svg | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .idea/icon.svg diff --git a/.gitignore b/.gitignore index ae9f1156..4c1ed3a1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ generated/ # IntelliJ .idea/ +!.idea/icon.svg !.idea/codestyles/ !.idea/inspectionProfiles/ !.idea/runConfigurations/ diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 00000000..441aec22 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file