mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
a6cabefb87
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.
18 lines
170 B
Plaintext
18 lines
170 B
Plaintext
# Ignore Play! working directory #
|
|
bin/
|
|
/db
|
|
.eclipse
|
|
/lib/
|
|
/logs/
|
|
/modules
|
|
/project/project
|
|
/project/target
|
|
/target
|
|
tmp/
|
|
test-result
|
|
server.pid
|
|
*.iml
|
|
*.eml
|
|
/dist/
|
|
.cache
|