Merge "Fix sonar issues in crud/logging/LoggingUtil"
[aai/gizmo.git] / .gitignore
1 # Application
2 logs/
3 debug-logs/
4
5 # Maven
6 target/
7
8 # Eclipse
9 .classpath
10 .factorypath
11 .project
12 .settings/
13
14 # IntelliJ
15 .idea/
16 *.iml
17
18 # Misc
19 .checkstyle
20