remove .vscode from git

这个提交包含在:
Your Name
2023-03-28 22:24:59 +08:00
父节点 043a9ea068
当前提交 9ac1068f56
共有 2 个文件被更改,包括 2 次插入16 次删除

2
.gitignore vendored
查看文件

@@ -131,6 +131,8 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
.vscode
history history
ssr_conf ssr_conf
config_private.py config_private.py

16
.vscode/launch.json vendored
查看文件

@@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
}
]
}