From 4493070d22661f738a330b996a12d301f2c0208b Mon Sep 17 00:00:00 2001 From: Benjo Date: Sat, 9 Jan 2021 20:10:30 +0100 Subject: [PATCH] added project conf files --- .gitignore | 1 - .idea/.gitignore | 8 ++ .idea/artifacts/Sharehealth.xml | 9 ++ .idea/compiler.xml | 16 +++ .idea/encodings.xml | 7 ++ .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/jarRepositories.xml | 30 +++++ .idea/misc.xml | 18 +++ .idea/modules.xml | 8 ++ .idea/uiDesigner.xml | 124 +++++++++++++++++++ .idea/vcs.xml | 6 + 11 files changed, 232 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/artifacts/Sharehealth.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/uiDesigner.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 3851cbc..c9e5766 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # User-specific stuff -.idea/* !*/.idea/libraries/spigot.xml *.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..4670763 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/../../../../../../../../:\Dateien\Documents\Programming\Java\IntelliJ_IDEA\Sharehealth\.idea/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/artifacts/Sharehealth.xml b/.idea/artifacts/Sharehealth.xml new file mode 100644 index 0000000..ad3ff49 --- /dev/null +++ b/.idea/artifacts/Sharehealth.xml @@ -0,0 +1,9 @@ + + + $PROJECT_DIR$/target/ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..5f8f690 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..d1a313e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..861936a --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..17bca28 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..493c188 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file