[fix] Gitignore

Esse commit está contido em:
Alex 2021-05-21 07:54:16 +02:00
commit badce4c5fc
2 arquivos alterados com 2 adições e 5 exclusões

2
.gitignore externo
Ver arquivo

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

Ver arquivo

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