I am seeing this icon on my atom text editor for the first time. Can anyone tell me what it means? I am referring to the dist
folder.
This icon is used for a Git submodule, which means that the folder is a separate Git clone (fixed to a certain commit) of a different repo.
Check whether you have a file called .gitmodules
in your project's root folder, it should show you which repo that folder points to.
That would also explain why that folder was not pushed to Git. Git is simply keeping track of which repo and commit this folder points to. When cloning this repo on another server, you'll have to make sure that the submodule is checked out as well.
Please take a look at the documentation for Git submodules that I linked to in the first paragraph.
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