From 8c8c59c1f2005fa3ca89ac2117ca1a3c0c618913 Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期四, 06 六月 2024 09:41:16 +0800 Subject: [PATCH] 调整项目结构,重新命名 --- Source/plt-web/plt-web-parent/.idea/vcs.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.idea/vcs.xml b/Source/plt-web/plt-web-parent/.idea/vcs.xml similarity index 68% rename from .idea/vcs.xml rename to Source/plt-web/plt-web-parent/.idea/vcs.xml index 94a25f7..b2bdec2 100644 --- a/.idea/vcs.xml +++ b/Source/plt-web/plt-web-parent/.idea/vcs.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/../.." vcs="Git" /> </component> </project> \ No newline at end of file -- Gitblit v1.9.3