Remove VS Code config from tracking

This commit is contained in:
2025-12-12 01:41:43 +01:00
parent f5d7b7e5b5
commit b73cbeb027
2 changed files with 6 additions and 13 deletions

12
.gitignore vendored
View File

@@ -216,12 +216,12 @@ __marimo__/
.streamlit/secrets.toml .streamlit/secrets.toml
.vscode/* .vscode/*
!.vscode/settings.json #!.vscode/settings.json
!.vscode/tasks.json #!.vscode/tasks.json
!.vscode/launch.json #!.vscode/launch.json
!.vscode/extensions.json #!.vscode/extensions.json
!.vscode/*.code-snippets #!.vscode/*.code-snippets
!*.code-workspace #!*.code-workspace
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix

7
.vscode/tasks.json vendored
View File

@@ -1,7 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
]
}