Browse Source

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.
dveim 9 năm trước cách đây
mục cha
commit
ff775c60d3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      PlayFramework.gitignore

+ 0 - 1
PlayFramework.gitignore

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