Git does not allow an empty directory to be committed in the repo. Therefore we can use a hack for it. To create an empty directory you need to add a file called .gitkeep in the empty directory (which means it will not remain empty) You can use touch ...
↧