Get git to track empty directory
Git does not track empty directories. In order to get git to track empty directory, you have to put a file in there. By convention, people put a file .gitkeep. The file can be empty.
Git does not track empty directories. In order to get git to track empty directory, you have to put a file in there. By convention, people put a file .gitkeep. The file can be empty.