浏览代码

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 6 年之前
父节点
当前提交
eb4ff424fd
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Python.gitignore

+ 2 - 0
Python.gitignore

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