I have created a local framework for a software project.
It contains empty folders because well... I haven't begun development.
I tried committing/pushing to my BitBucket repo and it only pushed the folders that had files in them.
How do push empty directories? I've heard you need a.gitkeep or "."hidden files in general. How do I even create a hidden file like this?
A solution that doesnt invlove hidden files would be nice, thanks in advance.