Created
May 23, 2022 10:40
-
-
Save runexec/eda9de1a230870ffaafb1980cfbc7ee7 to your computer and use it in GitHub Desktop.
Git Snapshot Nothing Hidden
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 -maxdepth 1 -iname '.*' -exec echo {}/* \; | sed s/\\.\\///g | sed s/^\\/\\*//g > .gitignore | |
git add .gitignore | |
git add . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment