PlayFramework.gitignore 307 字节
Newer Older
R
Rafael George 已提交
1 2 3 4 5 6
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore

O
Oliver Schrenk 已提交
7
# Ignore Play! working directory #
8
bin
O
Oliver Schrenk 已提交
9 10
db
eclipse
R
Ramiro Rikkert 已提交
11
lib
R
Rafael George 已提交
12
log
O
Oliver Schrenk 已提交
13
logs
R
Ramiro Rikkert 已提交
14
modules
O
Oliver Schrenk 已提交
15
precompiled
16 17 18
project/project
project/target
target
C
Chris Wanstrath 已提交
19
tmp
R
Rafael George 已提交
20
test-result
C
Chris Wanstrath 已提交
21
server.pid
22 23
*.iml
*.eml