gitignore/PlayFramework.gitignore

14 lines
228 B
Plaintext
Raw Normal View History

2010-11-10 23:52:55 +01:00
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
2011-01-14 19:37:16 +01:00
# Ignore Play! working directory #
db
eclipse
2010-11-10 23:52:55 +01:00
log
2011-01-14 19:37:16 +01:00
logs
server.pid
2010-11-10 23:52:55 +01:00
test-result
2011-01-14 19:37:16 +01:00
tmp