I have to subprojects in my gitlab repository, client and server, but I can't open the server directory, what does the symbol in the screenshot mean? I suppose it means it is a seperate git repository, but I checked the server directory and there was no .git directory in it.

This folder is a git submodule. If you have committed and pushed the .gitmodules file, it should point to the specified repository in this file, for instance :
[submodule "server"]
path = server
url = [email protected]:username/somerepo.git
Note that if when you click on the folder and it doesn't redirect to the remote repository, it could mean :
git submodule) but has been cloned into your repo (git clone) .gitmodules file but you did push the submoduleIf you want to remove this submodule check this post
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With