Last active
January 14, 2019 14:42
-
-
Save SheinH/ba0c060297ff0d3841bc81f41a53555b to your computer and use it in GitHub Desktop.
My global gitignore for coding with IDEA on MacOS
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
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| .idea/usage.statistics.xml | |
| .idea/workspace.xml | |
| .idea/tasks.xml | |
| .idea/libraries/*.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment