mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
cdf9bb432b
add vscode workspace settings to ignore generated files GitOrigin-RevId: 59d58bc98b3707ff32ca925dcfb34abf78d18999
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"files.exclude": {
|
|
"app/js": true,
|
|
"public/js": true,
|
|
"test/**/js": true,
|
|
"node_modules": true,
|
|
"data": true
|
|
}
|
|
}
|