Remove .vscode settings by default

this makes it impossible to search for stuff in the assets with VS Code
which sucks. if you need this you can just copy the file locally
This commit is contained in:
Loki Rautio
2026-03-15 02:44:59 -05:00
parent 9079db0315
commit b739987996
2 changed files with 2 additions and 5 deletions

7
.gitignore vendored
View File

@@ -379,11 +379,8 @@ MigrationBackup/
FodyWeavers.xsd FodyWeavers.xsd
# VS Code files for those working on multiple tools # VS Code files for those working on multiple tools
.vscode/* .vscode/
!.vscode/settings.json !.vscode/*.example.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace *.code-workspace
# Local History for Visual Studio Code # Local History for Visual Studio Code