Files
homelab-docs/fred-workspace 2.code-workspace

37 lines
705 B
Plaintext

{
"folders": [
{
"name": "🎯 Claude Workflows",
"path": "claude-workflows"
},
{
"name": "🏥 VA Strategy",
"path": "VA-Strategy"
},
{
"name": "🏠 Infrastructure",
"path": "infrastructure"
},
{
"name": "⚙️ Config",
"path": "config"
}
],
"settings": {
"files.exclude": {
"**/node_modules": true,
"**/.git": false,
"**/claude-code-history": true
},
"search.exclude": {
"**/node_modules": true,
"**/claude-code-history": true
},
"files.watcherExclude": {
"**/node_modules/**": true,
"**/claude-code-history/**": true
},
"powershell.cwd": "🏠 Infrastructure"
}
}