Stop tracking VS Code workspace files; keep local copies ignored

This commit is contained in:
pleb 2026-04-13 12:07:32 -07:00
parent e43d177afe
commit 29ba174197
3 changed files with 2 additions and 23 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
fonts/rajdhani-fontfacekit/ fonts/rajdhani-fontfacekit/
ChatRequest.json ChatRequest.json
overlay.toml overlay.toml
*.code-workspace

View File

@ -1,11 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "../../src/BeatSaberPlus.wiki"
}
],
"settings": {}
}

View File

@ -1,11 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "../../src/plebsaber.stream"
}
],
"settings": {}
}