chore: 从git跟踪中移除.vscode目录(.gitignore)

This commit is contained in:
spdis
2026-07-04 21:15:46 +08:00
parent 670f84131b
commit 54f13984a9
2 changed files with 1 additions and 9 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
.vscode/* .vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace *.code-workspace
build/* build/*
-4
View File
@@ -1,4 +0,0 @@
{
"python-envs.defaultEnvManager": "ms-python.python:conda",
"python-envs.defaultPackageManager": "ms-python.python:conda"
}