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