git: Add ignoring pycharm-specific dependencies.
This commit is contained in:
parent
85c6b5a1c7
commit
4244a82b03
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -48,4 +48,8 @@ flaskbotrc
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
|
|
||||||
# zip files for bot deployment
|
# zip files for bot deployment
|
||||||
.bots
|
.bots
|
||||||
|
|
||||||
|
# Pycharm
|
||||||
|
\.DS_Store
|
||||||
|
\.idea/
|
||||||
|
|
Loading…
Reference in a new issue