mirror of
https://github.com/github/gitignore
synced 2024-12-04 09:25:43 +01:00
45 lines
459 B
Plaintext
45 lines
459 B
Plaintext
# General Java / Scala ignore
|
|
*.class
|
|
*.log
|
|
|
|
|
|
# eclipse ignores
|
|
.project
|
|
.metadata
|
|
.classpath
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
.settings/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# Ignore Play! working directory #
|
|
bin/
|
|
/db
|
|
.eclipse
|
|
/lib/
|
|
/logs/
|
|
/modules
|
|
precompiled
|
|
/project/project
|
|
/project/target
|
|
/target
|
|
tmp/**
|
|
tmp/**/*
|
|
test-result
|
|
server.pid
|
|
*.iml
|
|
*.eml
|
|
/dist/
|
|
.cache
|
|
|
|
# sbt ignore
|
|
.history/
|
|
.lib/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
.worksheet
|