Remove vscode stuff.

This commit is contained in:
njohnson 2025-09-07 12:37:51 -04:00
parent 365aac8cfa
commit 3d91f1f3f4
2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
/data/fastfiles/
/releases/
.vscode/*
# Ignore Qt Creator user files
*.pro.user
*.pro.user.*

View File

@ -1,4 +0,0 @@
{
"workbench.colorTheme": "Default Dark Modern",
"workbench.startupEditor": "none"
}