From 7f481e88f6f8c0f9215ef5500452e9c2ebaa4011 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 11 Jul 2022 00:35:58 +0200 Subject: [PATCH] Git: Remove submodules Submodule handling is not well implemented in Goland, so we'd rather not use it at this point. Signed-off-by: Michael Mayer --- .gitignore | 1 + .gitmodules | 4 ---- pro | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .gitmodules delete mode 160000 pro diff --git a/.gitignore b/.gitignore index c4d8cbace..085a3f39e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /storage/* /build/* /node_modules +/pro /frontend/.eslintcache /frontend/node_modules/* /frontend/tests/*.html diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index ec560fc82..000000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "pro"] - path = pro - url = git@github.com:photoprism/pro.git - branch = main diff --git a/pro b/pro deleted file mode 160000 index 1c364bb39..000000000 --- a/pro +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1c364bb393657d84e9a1fa94a35870cc5547d4a6