diff options
author | Sorin Davidoi <sorin.davidoi@gmail.com> | 2017-06-02 16:19:11 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-02 16:19:11 +0200 |
commit | 9304114b57b4015da204ff6e5189032dbae0994f (patch) | |
tree | cba98b8df849cda4d288c5f8806d4017bcc00663 /.gitignore | |
parent | 1fd5251376d5a7366e7e8b4d70af8db59d8ebb3d (diff) |
Ignore .idea folder (#3516)
Used by Intellij IDEA / WebStorm / RubyMine.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |