13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"files.exclude": {
|
|
// defaults
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
// extras
|
|
"**/.direnv": true,
|
|
}
|
|
} |