Created
January 2, 2014 07:49
-
-
Save thomascrepain/8216133 to your computer and use it in GitHub Desktop.
For a directory to stay empty in a git repo.
See also: http://stackoverflow.com/questions/115983/how-do-i-add-an-empty-directory-to-a-git-repository
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
# Ignore everything in this directory | |
* | |
# Except this file | |
!.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment