From 65bb0fd0b44646d0b1e0a72395033b078e70de87 Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Wed, 13 Dec 2023 11:04:20 +0100 Subject: [PATCH] configured modules --- .idea/.gitignore | 8 ++++++++ .idea/jpa-buddy.xml | 6 ++++++ .idea/misc.xml | 9 +++++++++ .idea/modules.xml | 10 ++++++++++ .idea/vcs.xml | 6 ++++++ agent/agent.iml | 13 +++++++++++++ application/application.iml | 13 +++++++++++++ profiler/profiler.iml | 13 +++++++++++++ 8 files changed, 78 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/jpa-buddy.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 agent/agent.iml create mode 100644 application/application.iml create mode 100644 profiler/profiler.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/jpa-buddy.xml b/.idea/jpa-buddy.xml new file mode 100644 index 0000000..966d5f5 --- /dev/null +++ b/.idea/jpa-buddy.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a8cf858 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..171e67d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/agent/agent.iml b/agent/agent.iml new file mode 100644 index 0000000..3f306c4 --- /dev/null +++ b/agent/agent.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/application/application.iml b/application/application.iml new file mode 100644 index 0000000..f286564 --- /dev/null +++ b/application/application.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/profiler/profiler.iml b/profiler/profiler.iml new file mode 100644 index 0000000..25f6e6e --- /dev/null +++ b/profiler/profiler.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file