12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
".DS_Store": true,
|
|
"._*": true,
|
|
"**/._*": true
|
|
}
|
|
} |