commit c63e6534d9d00121e773688e2ccd897c93dbdc69 parent 68ce627709934cacec49172690de62f18ae644d1 Author: dm <dm@work-pc> Date: Wed, 16 Feb 2022 10:36:35 +0800 fix: ignore idea project settings Diffstat:
| M | .gitignore | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -128,6 +128,9 @@ __pypackages__/ # Rope project settings .ropeproject +# pycharm project settings +.idea + # mypy .mypy_cache/ .dmypy.json