When cloning a git repository, you always clone the entire repository.
If you want the subfolders in your project to just create them. Once you add files to them (git only tracks files without folders -> if the folder is empty, you cannot add it to your repo), they can be tied to your repository, locking the files inside.
source share