Initial infrastructure documentation - comprehensive homelab reference
This commit is contained in:
36
fred-workspace 2.code-workspace
Normal file
36
fred-workspace 2.code-workspace
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user