14 lines
215 B
JSON
14 lines
215 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.o": true,
|
|
"**/*.exe": true,
|
|
},
|
|
"files.associations": {
|
|
"resource_dir.h": "c"
|
|
}
|
|
} |