]> source.dussan.org Git - gitignore.git/commitdiff
remove harmful ignore 1771/head
authordveim <alexandrolgash@gmail.com>
Sun, 29 Nov 2015 18:43:21 +0000 (20:43 +0200)
committerdveim <alexandrolgash@gmail.com>
Sun, 29 Nov 2015 18:48:11 +0000 (20:48 +0200)
'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

index ae5ec9fe1d9fb888c1ab3d2fac9fe15868505e5c..6d67f1191751bc6de7f13d7c7c10399c31c7b38b 100644 (file)
@@ -5,7 +5,6 @@ bin/
 /lib/
 /logs/
 /modules
-/project/project
 /project/target
 /target
 tmp/