mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 22:11:47 +00:00
10 lines
139 B
JSON
10 lines
139 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"app/js": true,
|
||
|
"public/js": true,
|
||
|
"test/**/js": true,
|
||
|
"node_modules": true,
|
||
|
"data": true
|
||
|
}
|
||
|
}
|