From ea75920a41cb6dcc42cfb196c0e0205d9ff2dc78 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Wed, 21 Apr 2021 04:04:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20IntelliJ=20IDEA=20Proje?= =?UTF-8?q?ct=20Structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.name | 1 + .idea/modules.xml | 2 +- .idea/{progetto.iml => root.iml} | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .idea/.name rename .idea/{progetto.iml => root.iml} (100%) diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..46deb4c --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +N.E.S.T. \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index f677d10..ae83ec6 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/.idea/progetto.iml b/.idea/root.iml similarity index 100% rename from .idea/progetto.iml rename to .idea/root.iml