blob: f484ef317f62a976645eedaa03330303c113297a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Application
/champ-lib/champ-janus/logs/
/champ-service/logs/
# IDE - Eclipse
.classpath
.project
.settings/
# IDE - IntelliJ
/.idea
*.iml
# Maven
target/
jacoco.exec
# Misc
.checkstyle
|