[fix] Gitignore

このコミットが含まれているのは:
Alex 2021-05-21 07:54:16 +02:00
コミット 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
}