Created
November 16, 2012 07:31
-
-
Save honbin/4085110 to your computer and use it in GitHub Desktop.
create .gitkeep
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
#URL: http://d.hatena.ne.jp/conceal-rs/20100127/1264573975 | |
find . -type d -empty -not -path './.git*' -exec touch {}\/.gitkeep \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment