1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
gitignore/PlayFramework.gitignore
Torben Werner a6cabefb87 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.
2014-03-21 12:46:27 +11:00

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