Ver Fonte

add dmypy.json - without initial '.', to Python.gitignore.

Older versions of dmypy used 'dmypy.json' without the initial '.'.
This should be added to Python.gitignore for those using older versions
of MyPy.
Gabriel Curio há 6 anos atrás
pai
commit
eb4ff424fd
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Python.gitignore

+ 2 - 0
Python.gitignore

@@ -103,3 +103,5 @@ venv.bak/
 # mypy
 .mypy_cache/
 .dmypy.json
+dmypy.json
+