1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
gitignore/PlayFramework.gitignore
Jared Koumentis e605ce745a Merge pull request #212 from ikeike443/patch-1
Delete duplicated "eclipse" and support ignoring IDEA's metafile such as
2012-10-04 17:44:49 -07:00

23 lines
303 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
*.iml
*.eml