mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
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:
parent
65196929c4
commit
a6cabefb87
1 changed files with 11 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue