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 f483074cd2
commit a80fe2e900
2 changed files with 2 additions and 5 deletions

7
.gitignore vendored
View File

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