ignore IntelliJ artifacts

This commit is contained in:
Matt Behrens 2018-07-22 14:38:06 -04:00
parent f3f1b5591b
commit 097f38c442

2
.gitignore vendored
View file

@ -4,6 +4,8 @@
*.pyc *.pyc
*.secret *.secret
.cache .cache
.idea
.pytest_cache .pytest_cache
.vscode .vscode
__pycache__ __pycache__
fediplay.iml