1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00

build(.gitignore): modified the .gitignore file so it ignores PyCharm's .idea folder

This commit is contained in:
Emmanuel Jemeni 2023-02-25 22:24:58 +01:00 committed by David Lynch
parent dca26e95ea
commit b1f1c01210

3
.gitignore vendored
View file

@ -58,3 +58,6 @@ coverage.xml
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/
# Pycharm
.idea/