mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
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:
parent
da00310ccb
commit
ff775c60d3
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ bin/
|
|||
/lib/
|
||||
/logs/
|
||||
/modules
|
||||
/project/project
|
||||
/project/target
|
||||
/target
|
||||
tmp/
|
||||
|
|
Loading…
Add table
Reference in a new issue