10 lines
198 B
JSON
10 lines
198 B
JSON
|
{
|
||
|
// "explorer.excludeGitIgnore": true,
|
||
|
"files.exclude": {
|
||
|
".direnv": true,
|
||
|
".vscode/obj": true
|
||
|
},
|
||
|
"files.readonlyInclude": {
|
||
|
"log/rimworld.log": true
|
||
|
}
|
||
|
}
|