Created
March 2, 2020 08:16
-
-
Save alexisljn/e035e244b6f10747eb712b52cc98fe74 to your computer and use it in GitHub Desktop.
Create .gitkeep file in empty folders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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