1
0
mirror of https://github.com/github/gitignore synced 2024-11-23 12:14:21 +01:00
gitignore/PlayFramework.gitignore
2012-04-19 01:37:22 +03:00

27 lines
339 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
tmp
test-result
server.pid
modules
# IDE projects files
# NetBeans
nbproject/
# IntelliJ IDEA
*.iml
*.ipr
*.iws