From: Sorin Davidoi Date: Fri, 2 Jun 2017 14:19:11 +0000 (+0200) Subject: Ignore .idea folder (#3516) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9304114b57b4015da204ff6e5189032dbae0994f;p=mastodon.git Ignore .idea folder (#3516) Used by Intellij IDEA / WebStorm / RubyMine. --- 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