OneStart/.vscode/settings.json
2025-11-21 10:45:21 +07:00

8 lines
202 B
JSON

{
"files.readonlyInclude": { "**/routeTree.gen.ts": true },
"files.watcherExclude": { "**/routeTree.gen.ts": true },
"search.exclude": {
"**/routeTree.gen.ts": true
},
"files.eol": "\n"
}