Created
July 23, 2019 06:40
-
-
Save hex108/c9c87a28592c12206e8f8e354d87b89d to your computer and use it in GitHub Desktop.
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
# OSX leaves these everywhere on SMB shares | |
._* | |
# OSX trash | |
.DS_Store | |
# Eclipse files | |
.classpath | |
.project | |
.settings/** | |
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA | |
.idea/ | |
*.iml | |
# Vscode files | |
.vscode | |
# Emacs save files | |
*~ | |
\#*\# | |
.\#* | |
# Vim-related files | |
[._]*.s[a-w][a-z] | |
[._]s[a-w][a-z] | |
*.un~ | |
Session.vim | |
.netrwhist | |
# cscope-related files | |
cscope.* | |
# Mercurial files | |
**/.hg | |
**/.hg* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment