Quellcode durchsuchen

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.
pull/1771/head
dveim vor 8 Jahren
Ursprung
Commit
ff775c60d3
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      PlayFramework.gitignore

+ 0
- 1
PlayFramework.gitignore Datei anzeigen

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

Laden…
Abbrechen
Speichern