Skip to content

Instantly share code, notes, and snippets.

@kenjikaneko
Forked from honbin/gist:4085110
Created November 30, 2012 02:49
Show Gist options
  • Save kenjikaneko/4173484 to your computer and use it in GitHub Desktop.
Save kenjikaneko/4173484 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