infrastructure/.vscode/settings.json

13 lines
216 B
JSON
Raw Normal View History

2023-06-03 23:19:48 +00:00
{
"files.exclude": {
// defaults
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
// extras
"**/.direnv": true,
}
}