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.
This commit is contained in:
dveim 2015-11-29 20:43:21 +02:00
parent da00310ccb
commit ff775c60d3
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ bin/
/lib/
/logs/
/modules
/project/project
/project/target
/target
tmp/