Files
medassist-ng/.vscode/settings.json
T
Daniel Volz cea1a8b119 chore: improve .gitignore and add shared vscode settings (#57)
- Better organized with clear sections
- Added SQLite WAL/SHM files
- Added OS files (Thumbs.db, swap files)
- Added misc caches (.cache/, .turbo/)
- Keep .vscode/settings.json for shared vitest config
- Added root data/ folder (docker-compose mount point)
2026-01-20 19:22:45 +01:00

6 lines
95 B
JSON

{
"vitest.root": "backend",
"vitest.enable": true,
"vitest.commandLine": "npm test --"
}