From 0d81bc74598592cdaa3bff0265241eb5c20a91ea Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 19 May 2020 18:50:20 +0800 Subject: [PATCH] remove submodule --- .gitmodules | 3 --- src/views/{Xpack => xpack} | 0 2 files changed, 3 deletions(-) delete mode 100644 .gitmodules rename src/views/{Xpack => xpack} (100%) diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 293478640..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "src/views/xpack"] - path = src/views/xpack - url = git@github.com:fit2cloudrd/js-xpack-web.git diff --git a/src/views/Xpack b/src/views/xpack similarity index 100% rename from src/views/Xpack rename to src/views/xpack