Last active
March 25, 2017 09:18
-
-
Save junjie-xyz/e3b17934978096f19e3ca80433865da7 to your computer and use it in GitHub Desktop.
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
| # Folder view configuration files | |
| .DS_Store | |
| Desktop.ini | |
| # Thumbnail cache files | |
| ._* | |
| Thumbs.db | |
| # Files that might appear on external disks | |
| .Spotlight-V100 | |
| .Trashes | |
| # Logs | |
| logs | |
| *.log | |
| # ide | |
| .idea | |
| .vscode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment