From 108c87a91bee866b1177df3a87ccb3e958a5cf07 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 31 Aug 2022 14:26:49 +0200 Subject: [PATCH] Moved backend idea folder --- {.idea => backend/.idea}/.gitignore | 0 {.idea => backend/.idea}/.name | 0 backend/.idea/backend.iml | 2 ++ {.idea => backend/.idea}/dataSources.xml | 0 {.idea => backend/.idea}/file_server.iml | 2 +- {.idea => backend/.idea}/misc.xml | 18 ++++++++---------- {.idea => backend/.idea}/modules.xml | 14 +++++++------- backend/.idea/runConfigurations/backend.xml | 7 +++++++ {.idea => backend/.idea}/vcs.xml | 10 +++++----- 9 files changed, 30 insertions(+), 23 deletions(-) rename {.idea => backend/.idea}/.gitignore (100%) rename {.idea => backend/.idea}/.name (100%) create mode 100644 backend/.idea/backend.iml rename {.idea => backend/.idea}/dataSources.xml (100%) rename {.idea => backend/.idea}/file_server.iml (98%) rename {.idea => backend/.idea}/misc.xml (61%) rename {.idea => backend/.idea}/modules.xml (97%) create mode 100644 backend/.idea/runConfigurations/backend.xml rename {.idea => backend/.idea}/vcs.xml (69%) diff --git a/.idea/.gitignore b/backend/.idea/.gitignore similarity index 100% rename from .idea/.gitignore rename to backend/.idea/.gitignore diff --git a/.idea/.name b/backend/.idea/.name similarity index 100% rename from .idea/.name rename to backend/.idea/.name diff --git a/backend/.idea/backend.iml b/backend/.idea/backend.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/backend/.idea/backend.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/backend/.idea/dataSources.xml similarity index 100% rename from .idea/dataSources.xml rename to backend/.idea/dataSources.xml diff --git a/.idea/file_server.iml b/backend/.idea/file_server.iml similarity index 98% rename from .idea/file_server.iml rename to backend/.idea/file_server.iml index 6d70257..f08604b 100644 --- a/.idea/file_server.iml +++ b/backend/.idea/file_server.iml @@ -1,2 +1,2 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/backend/.idea/misc.xml similarity index 61% rename from .idea/misc.xml rename to backend/.idea/misc.xml index f0452e2..72b029a 100644 --- a/.idea/misc.xml +++ b/backend/.idea/misc.xml @@ -1,11 +1,9 @@ - - - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/backend/.idea/modules.xml similarity index 97% rename from .idea/modules.xml rename to backend/.idea/modules.xml index 75aa0b0..064f412 100644 --- a/.idea/modules.xml +++ b/backend/.idea/modules.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/backend/.idea/runConfigurations/backend.xml b/backend/.idea/runConfigurations/backend.xml new file mode 100644 index 0000000..0e1cbe1 --- /dev/null +++ b/backend/.idea/runConfigurations/backend.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/backend/.idea/vcs.xml similarity index 69% rename from .idea/vcs.xml rename to backend/.idea/vcs.xml index 9661ac7..6c0b863 100644 --- a/.idea/vcs.xml +++ b/backend/.idea/vcs.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file