Skip to content

Instantly share code, notes, and snippets.

@honbin
Created November 16, 2012 07:31
Show Gist options
  • Save honbin/4085110 to your computer and use it in GitHub Desktop.
Save honbin/4085110 to your computer and use it in GitHub Desktop.
create .gitkeep
#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