Skip to content

Instantly share code, notes, and snippets.

@gdebenito
Created June 17, 2019 08:52
Show Gist options
  • Save gdebenito/da41f49fbf23f1da853be52798e21b50 to your computer and use it in GitHub Desktop.
Save gdebenito/da41f49fbf23f1da853be52798e21b50 to your computer and use it in GitHub Desktop.
{
"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