summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 921095897ca88a9b376a8616e260629a4a96db93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Application
/champ-lib/champ-janus/logs/
/champ-service/logs/

# IDE - Eclipse
.classpath
.project
.settings/

# IDE - IntelliJ
/.idea
*.iml

# Maven
target/
jacoco.exec