keep an empty directory on git
sometimes, for whatever reason, you need to keep an empty directory on git to be visible to everyone who's working on the same project.
if you only create the directory, it won't be recognized on git status.
to track the empty directory, touch a file called .gitkeep into the following directory.
once it's done, it starts showing up on git status.











