22 lines
338 B
Plaintext
22 lines
338 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".."
|
|
}
|
|
],
|
|
"settings": {
|
|
"git.ignoreLimitWarning": true,
|
|
"files.exclude": {
|
|
"**/scripts": true,
|
|
"**/storage": true,
|
|
"**/in_progress": true,
|
|
"git": true,
|
|
"**/workspace": false,
|
|
"**/archive": true,
|
|
"**/LICENSE": true,
|
|
"**/README.md": true,
|
|
"**/.gitignore": true,
|
|
},
|
|
},
|
|
|
|
} |