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 <michael@photoprism.app>
This commit is contained in:
parent
63394bf79e
commit
7f481e88f6
3 changed files with 1 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
/storage/*
|
||||
/build/*
|
||||
/node_modules
|
||||
/pro
|
||||
/frontend/.eslintcache
|
||||
/frontend/node_modules/*
|
||||
/frontend/tests/*.html
|
||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,4 +0,0 @@
|
|||
[submodule "pro"]
|
||||
path = pro
|
||||
url = git@github.com:photoprism/pro.git
|
||||
branch = main
|
1
pro
1
pro
|
@ -1 +0,0 @@
|
|||
Subproject commit 1c364bb393657d84e9a1fa94a35870cc5547d4a6
|
Loading…
Reference in a new issue