From 7babeb02b22055e6b3403d95dff161b503d10df0 Mon Sep 17 00:00:00 2001 From: Dosun Yun Date: Fri, 23 Sep 2022 14:55:20 +0900 Subject: [PATCH] [global] Update module settings --- .idea/modules.xml | 5 ++++- .idea/webResources.xml | 15 +++++++++++++++ backend-api/backend-api.iml | 5 ++++- frontend-web/frontend-web.iml | 4 +++- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 .idea/webResources.xml diff --git a/.idea/modules.xml b/.idea/modules.xml index 6a4528f..4162d4d 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,10 @@ - + + + + \ No newline at end of file diff --git a/.idea/webResources.xml b/.idea/webResources.xml new file mode 100644 index 0000000..713808e --- /dev/null +++ b/.idea/webResources.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/backend-api/backend-api.iml b/backend-api/backend-api.iml index 80cc739..60aa2d0 100644 --- a/backend-api/backend-api.iml +++ b/backend-api/backend-api.iml @@ -2,7 +2,10 @@ - + + + + \ No newline at end of file diff --git a/frontend-web/frontend-web.iml b/frontend-web/frontend-web.iml index 80cc739..277b2cc 100644 --- a/frontend-web/frontend-web.iml +++ b/frontend-web/frontend-web.iml @@ -2,7 +2,9 @@ - + + + \ No newline at end of file