1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00
gitignore/PlayFramework.gitignore

45 lines
459 B
Plaintext
Raw Normal View History

# General Java / Scala ignore
*.class
*.log
# eclipse ignores
.project
.metadata
.classpath
*.tmp
*.bak
*.swp
.settings/
# Locally stored "Eclipse launch configurations"
*.launch
2011-01-14 19:37:16 +01:00
# Ignore Play! working directory #
2014-01-14 20:40:59 +01:00
bin/
/db
.eclipse
/lib/
/logs/
/modules
2011-04-09 01:02:36 +02:00
precompiled
/project/project
/project/target
/target
tmp/**
tmp/**/*
2010-11-10 23:52:55 +01:00
test-result
server.pid
*.iml
*.eml
/dist/
.cache
# sbt ignore
.history/
.lib/
# Scala-IDE specific
.scala_dependencies
.worksheet