Add VS Code Workspace und .gitignore für Subprojekte
- daddelolymp.code-workspace: Multi-Root Workspace mit allen 5 Projekten - .gitignore: Subprojekt-Ordner ausgeschlossen (eigene Git-Repos)
This commit is contained in:
parent
e32030a0c2
commit
7e52a34aa2
2 changed files with 34 additions and 0 deletions
28
daddelolymp.code-workspace
Normal file
28
daddelolymp.code-workspace
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "homeassistant-config",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "jukebox-vibe",
|
||||
"path": "jukebox-vibe"
|
||||
},
|
||||
{
|
||||
"name": "freqtrade-setup",
|
||||
"path": "freqtrade-setup"
|
||||
},
|
||||
{
|
||||
"name": "daily-briefing",
|
||||
"path": "daily-briefing"
|
||||
},
|
||||
{
|
||||
"name": "wehorse-web-app",
|
||||
"path": "wehorse-web-app"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue