Increase the specificity of PlayFramework rules

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. Fixes #921.
This commit is contained in:
Torben Werner 2014-03-21 12:46:27 +11:00 committed by Carl Suster
parent 65196929c4
commit a6cabefb87
1 changed files with 11 additions and 13 deletions

View File

@ -1,19 +1,17 @@
# Ignore Play! working directory # # Ignore Play! working directory #
bin bin/
db /db
eclipse .eclipse
lib /lib/
log /logs/
logs /modules
modules /project/project
precompiled /project/target
project/project /target
project/target tmp/
target
tmp
test-result test-result
server.pid server.pid
*.iml *.iml
*.eml *.eml
dist /dist/
.cache .cache