gitignore/PlayFramework.gitignore

16 lines
241 B
Plaintext
Raw Normal View History

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