[fix] Gitignore

This commit is contained in:
Alex 2021-05-21 07:54:16 +02:00
父節點 dd36091c3f
當前提交 badce4c5fc
共有 2 個文件被更改,包括 2 次插入5 次删除

2
.gitignore vendored
查看文件

@ -129,3 +129,5 @@ dmypy.json
# Pyre type checker
.pyre/
#VScode
.vscode/

查看文件

@ -1,5 +0,0 @@
{
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.enabled": true
}