[fix] Gitignore

Este commit está contenido en:
Alex 2021-05-21 07:54:16 +02:00
padre dd36091c3f
commit badce4c5fc
Se han modificado 2 ficheros con 2 adiciones y 5 borrados

2
.gitignore vendido
Ver fichero

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

Ver fichero

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