Skip to content

Commit

Permalink
Increase the specificity of PlayFramework rules
Browse files Browse the repository at this point in the history
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 github#921.
  • Loading branch information
Torben Werner authored and arcresu committed Mar 21, 2014
1 parent 6519692 commit a6cabef
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions PlayFramework.gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Ignore Play! working directory #
bin
db
eclipse
lib
log
logs
modules
precompiled
project/project
project/target
target
tmp
bin/
/db
.eclipse
/lib/
/logs/
/modules
/project/project
/project/target
/target
tmp/
test-result
server.pid
*.iml
*.eml
dist
/dist/
.cache

0 comments on commit a6cabef

Please sign in to comment.