Add .idea/ folder to gitignore

This commit is contained in:
Andrew Dickinson 2020-04-25 13:53:21 -04:00
parent 27cac869d3
commit d0a1f52dc4

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ build
.env .env
.pytest_cache .pytest_cache
ihatemoney/budget.db ihatemoney/budget.db
.idea/