8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.github": true,
|
|
"**/__pycache__": true,
|
|
"**/.idea": true,
|
|
"**/.DS_Store": true,
|
|
}
|
|
} |