cae4051346
as stated in the official documentation http://www.playframework.org/documentation/2.0/Anatomy
22 lines
299 B
Plaintext
22 lines
299 B
Plaintext
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
|
|
# Ignore all dotfiles...
|
|
.*
|
|
# except for .gitignore
|
|
!.gitignore
|
|
|
|
# Ignore Play! working directory #
|
|
db
|
|
eclipse
|
|
lib
|
|
log
|
|
logs
|
|
modules
|
|
precompiled
|
|
project/project
|
|
project/target
|
|
target
|
|
tmp
|
|
test-result
|
|
server.pid
|
|
modules
|