16 lines
183 B
Plaintext
16 lines
183 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/build*": true,
|
|
"**/.svn": true,
|
|
"**/.gitignore": true,
|
|
"**/*.user": true,
|
|
},
|
|
}
|
|
}
|