From 81f09967e51a150c117ee892c39ae6bea80b5a60 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 3 Oct 2024 12:38:58 +0200 Subject: [PATCH] Fix IntelliJ project metadata --- .idea/.name | 1 + .idea/icon.svg | 26 ++++++++++++++++++++++++++ .idea/misc.xml | 2 +- .idea/modules.xml | 2 +- bluelib-2.iml => bluelib.iml | 0 5 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/icon.svg rename bluelib-2.iml => bluelib.iml (100%) diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..97201e3 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Bluelib \ No newline at end of file diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 0000000..8d0c490 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 6eadb3b..df0dc4c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ IDE - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 1c6c190..b1db891 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/bluelib-2.iml b/bluelib.iml similarity index 100% rename from bluelib-2.iml rename to bluelib.iml