Skip to content

Instantly share code, notes, and snippets.

@waghcwb
Forked from simoncoulton/gitkeep
Created July 6, 2017 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waghcwb/1fc08c5aa38959a23750db3be8f9db00 to your computer and use it in GitHub Desktop.
Save waghcwb/1fc08c5aa38959a23750db3be8f9db00 to your computer and use it in GitHub Desktop.
Create empty gitkeep files in directories that are empty
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