-
-
Save rodrigoespinozadev/ee2f2406efb8df508ef83341c13007f1 to your computer and use it in GitHub Desktop.
Git keep empty folder: 1. Add a .gitkeep file inside the folder you want to keep
2. Then include this configuration in your .gitignore
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
path_your_folder/* | |
!path_your_folder/.gitkeep | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment