Commit a6cabefb authored by Torben Werner's avatar Torben Werner Committed by Carl Suster

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.
parent 65196929
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment