From aa18abf08e4e6180815f4d6a459c581935b8ce93 Mon Sep 17 00:00:00 2001 From: rkaldung Date: Sun, 15 Feb 2015 09:10:59 +0100 Subject: [PATCH] added directory to ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 045f441ce..5fb4727a8 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ Gemfile.lock # Ignore local changes to schema.rb (e. g. through extentions) db/schema.rb +# Ignore Rubymine config +/.idea \ No newline at end of file