Created
June 17, 2019 08:52
-
-
Save gdebenito/da41f49fbf23f1da853be52798e21b50 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/*.aux": true, | |
"**/*.out": true, | |
"**/*.nav": true, | |
"**/*.snm": true, | |
"**/*.toc": true, | |
"**/*.vrb": true, | |
"**/*.log": true, | |
"**/*.listing": true, | |
"**/_minted*": true, | |
"**/*.synctex.gz": true, | |
"**/.vscode": true, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment