Skip to content

Instantly share code, notes, and snippets.

@mkober
Created February 23, 2017 03:30
Show Gist options
  • Save mkober/2eeb409e80321dc3917b54354ca14610 to your computer and use it in GitHub Desktop.
Save mkober/2eeb409e80321dc3917b54354ca14610 to your computer and use it in GitHub Desktop.
# Recursively add a .keep file in order to track empty folders in git
find . -type d -exec touch {}/.keep \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment