12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/bin/": true,
|
|
"**/obj/": true,
|
|
}
|
|
} |