Commit eb4ff424 authored by Gabriel Curio's avatar Gabriel Curio

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.
parent 07a1dd6b
...@@ -103,3 +103,5 @@ venv.bak/ ...@@ -103,3 +103,5 @@ venv.bak/
# mypy # mypy
.mypy_cache/ .mypy_cache/
.dmypy.json .dmypy.json
dmypy.json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment