From 4f8465ed2a8c85e85c8c8e8b97f596039f793841 Mon Sep 17 00:00:00 2001 From: Akshay Dixit Date: Sat, 27 Sep 2014 13:51:15 +0530 Subject: [PATCH] Update Scala.gitignore Remove .idea files if project is created in IntelliJ IDEA using their Scala/SBT plugins. --- Scala.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index 12543bc4..54ee3f84 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -15,3 +15,6 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet + +# IntelliJ IDEA specific +.idea/