mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
ff775c60d3
'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.
16 lines
147 B
Plaintext
16 lines
147 B
Plaintext
# Ignore Play! working directory #
|
|
bin/
|
|
/db
|
|
.eclipse
|
|
/lib/
|
|
/logs/
|
|
/modules
|
|
/project/target
|
|
/target
|
|
tmp/
|
|
test-result
|
|
server.pid
|
|
*.eml
|
|
/dist/
|
|
.cache
|