1
0
Fork 0

[fix] Gitignore

Dieser Commit ist enthalten in:
Alex 2021-05-21 07:54:16 +02:00
Ursprung dd36091c3f
Commit badce4c5fc
2 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen

2
.gitignore vendored
Datei anzeigen

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

Datei anzeigen

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