[fix] Gitignore

This commit is contained in:
Alex 2021-05-21 07:54:16 +02:00
förälder dd36091c3f
incheckning badce4c5fc
2 ändrade filer med 2 tillägg och 5 borttagningar

2
.gitignore vendored
Visa fil

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

Visa fil

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