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

Fix patterns from

The original ignore was far too general and results in eliminating packages named "db" or "project", for example. These are not that uncommon for package names. Also added a lot of other common, Playframework project related ignore patterns (Scala/Java/sbt/Eclipse).
This commit is contained in:
torbensky 2014-01-14 11:36:37 -08:00
parent 5979282c55
commit 21925162ce

View File

@ -1,19 +1,43 @@
# 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 # # Ignore Play! working directory #
bin /db
db .eclipse
eclipse /lib/
lib /logs/
log /modules
logs
modules
precompiled precompiled
project/project /project/project
project/target /project/target
target /target
tmp tmp/**
tmp/**/*
test-result test-result
server.pid server.pid
*.iml *.iml
*.eml *.eml
dist /dist/
.cache .cache
# sbt ignore
.history/
.lib/
# Scala-IDE specific
.scala_dependencies
.worksheet