[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
}