Created
April 13, 2021 07:32
-
-
Save shawnfeng0/e5a5b5ebf6283cc017f89f7f4132a0b6 to your computer and use it in GitHub Desktop.
Create .gitkeep file to empty directory
This file contains hidden or 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 | xargs -t -L1 -I _ touch _/.gitkeep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment