Create empty gitkeep files in directories that are empty
find . -type d -empty -exec touch {}/.gitkeep \;