16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/logs/*.txt": true,
|
|
"**/session/sess*":true,
|
|
|
|
},
|
|
"search.exclude": {
|
|
"e_lib/*":true,
|
|
"vendor/*":true
|
|
},
|
|
} |