Ignore .idea folder (#3516)

Used by Intellij IDEA / WebStorm / RubyMine.
This commit is contained in:
Sorin Davidoi 2017-06-02 16:19:11 +02:00 committed by Eugen Rochko
parent a7ec1e71c5
commit 5e4956263d

1
.gitignore vendored
View file

@ -33,6 +33,7 @@ config/deploy/*
# Ignore IDE files
.vscode/
.idea/
# Ignore postgres + redis volume optionally created by docker-compose
postgres