[AAI-2175] Change aai champ container processes to run as non-root on the host
[aai/champ.git] / .gitignore
1 # Application
2 /champ-lib/champ-janus/logs/
3 /champ-service/logs/
4
5 # IDE - Eclipse
6 .classpath
7 .project
8 .settings/
9
10 # IDE - IntelliJ
11 /.idea
12 *.iml
13
14 # Maven
15 target/
16 jacoco.exec
17
18 # Misc
19 .checkstyle