Hello! What is this? How can i get internal files from that folder? Thanks
That is a git submodule directory.
Submodules allow you to keep a Git repository as a subdirectory of another Git repository.
If you have the repository downloaded locally you should be able to browse the last version of the submodule. On Bitbucket Cloud, the directory will link to the source. If the link isn't working the source may have been moved or deleted.
Try running this in the root directory:
git submodule
Here is some further reading: https://git-scm.com/book/en/v2/Git-Tools-Submodules
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.