mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-05-24 16:42:43 -04:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"files.watcherExclude": {
|
|
"**/routeTree.gen.ts": true
|
|
},
|
|
"search.exclude": {
|
|
"**/routeTree.gen.ts": true
|
|
},
|
|
"files.readonlyInclude": {
|
|
"**/routeTree.gen.ts": true
|
|
}
|
|
}
|