Created
March 1, 2018 13:58
-
-
Save ansrivas/8d7225fa0f0cca864883fc20f962ec15 to your computer and use it in GitHub Desktop.
ignore all files except this .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
| # Ignore everything in this directory | |
| * | |
| # Except this file | |
| !.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment