SurfSense/.vscode/settings.json

11 lines
204 B
JSON
Raw Normal View History

2025-07-26 20:52:13 -07:00
{
2025-11-21 20:45:59 -08:00
"biome.configurationPath": "./surfsense_web/biome.json",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
".mule": true
}
2025-07-26 20:52:13 -07:00
}