From 9304114b57b4015da204ff6e5189032dbae0994f Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Fri, 2 Jun 2017 16:19:11 +0200 Subject: [PATCH] Ignore .idea folder (#3516) Used by Intellij IDEA / WebStorm / RubyMine. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 91be96eee..31743fccf 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ config/deploy/* # Ignore IDE files .vscode/ +.idea/ # Ignore postgres + redis volume optionally created by docker-compose postgres