Created
November 29, 2019 04:43
-
-
Save duynguyenhoang/ae1c3ea764e7a34554bae142f1292d7e to your computer and use it in GitHub Desktop.
.gitignore all files except .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
| # .gitignore sample | |
| ################### | |
| # Ignore all files in this dir... | |
| * | |
| # ... except for this one. | |
| !.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment