diff options
| author | dm <dm@work-pc> | 2022-02-16 10:36:35 +0800 |
|---|---|---|
| committer | Árni Dagur <arni@dagur.eu> | 2022-02-26 22:06:53 +0100 |
| commit | c63e6534d9d00121e773688e2ccd897c93dbdc69 (patch) | |
| tree | ae0fe396dea1d339ee8f67484c3e6241a6606b43 | |
| parent | 68ce627709934cacec49172690de62f18ae644d1 (diff) | |
fix: ignore idea project settings
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -128,6 +128,9 @@ __pypackages__/ | |||
| 128 | # Rope project settings | 128 | # Rope project settings |
| 129 | .ropeproject | 129 | .ropeproject |
| 130 | 130 | ||
| 131 | # pycharm project settings | ||
| 132 | .idea | ||
| 133 | |||
| 131 | # mypy | 134 | # mypy |
| 132 | .mypy_cache/ | 135 | .mypy_cache/ |
| 133 | .dmypy.json | 136 | .dmypy.json |
