diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-05-19 00:22:10 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-05-19 00:22:10 +0300 |
commit | af5493fb146a99368b0cda65d406b65d5d96f91a (patch) | |
tree | aaded438b514a65ae1c0c879f1076fc484a87d09 | |
parent | 70a4e03c962d4fdd321e8756e7cc9f805932b708 (diff) |
gitignore: exclude any .idea, not only one in project root
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/.idea +.idea /venv *.pyc __pycache__ |