Skip to content

Instantly share code, notes, and snippets.

Created December 15, 2012 02:35
Show Gist options
  • Save anonymous/4290841 to your computer and use it in GitHub Desktop.
Save anonymous/4290841 to your computer and use it in GitHub Desktop.
Create .gitkeep files in directory tree
find . -type d -empty -exec touch {}/.gitkeep \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment