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.
This commit is contained in:
Gabriel Curio 2018-08-18 12:21:30 -05:00
parent 07a1dd6b99
commit eb4ff424fd
1 changed files with 2 additions and 0 deletions

View File

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