From ff775c60d314c4139d82294efa2c23caca4f40b8 Mon Sep 17 00:00:00 2001 From: dveim Date: Sun, 29 Nov 2015 20:43:21 +0200 Subject: [PATCH] remove harmful ignore 'project/project' is valid directory for 'project' project-related files. For example, if one configure his sbt build to use scala files directly from 'project/', dependencies like 'project/project/plugins.sbt' will be ignored because of this line. See http://www.scala-sbt.org/0.13/tutorial/Organizing-Build.html#sbt+is+recursive. --- PlayFramework.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index ae5ec9fe..6d67f119 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -5,7 +5,6 @@ bin/ /lib/ /logs/ /modules -/project/project /project/target /target tmp/