-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
We should consider excluding folders from VS Code. This can be included in the settings.json file:
"files.exclude": {
".vs": true,
".npmrc": true,
".paket": true,
"**/bin": true,
"**/obj": true,
"**/output": true,
"deploy": true,
"node_modules": true,
"paket-files": true,
".fantomasignore": true,
"src/Client/postcss.config.js": true,
"src/Client/vite.config.mts": true,
"src/Client/tailwind.config.js": true,
"src/Client/index.css": true,
"src/Client/index.html": true,
}This is just an idea - the list above might be too much though. Certainly the first half of the list would be good to add - the second half might be more controversial ;-)
Before:
After:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

