projet-long/.vscode/settings.json

15 lines
350 B
JSON
Raw Normal View History

2023-01-17 15:34:31 +00:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
// "**/*.aux": true,
// "**/*.fdb_latexmk": true,
// "**/*.fls": true,
// "**/*.log": true,
// "**/*.synctex.gz": true,
}
}