Created
September 25, 2013 20:03
-
-
Save maxclaus/6705239 to your computer and use it in GitHub Desktop.
Git keep empty folder: 1. Add a .gitkeep file inside the folder you want to keep
2. Then include this configuration in your .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path_your_folder/* | |
!path_your_folder/.gitkeep | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment