X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=f484ef317f62a976645eedaa03330303c113297a;hb=ca02564d0a8422b35a358d6397c2e0659f1eea2d;hp=c09daddd115b813bd7122262a8700e112783c632;hpb=b0818b9669ff6921be08bc3e3e77d3ca8259182f;p=aai%2Fchamp.git diff --git a/.gitignore b/.gitignore index c09dadd..f484ef3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,19 @@ +# Application +/champ-lib/champ-janus/logs/ +/champ-service/logs/ + +# IDE - Eclipse .classpath .project .settings/ -target/ -jacoco.exec + +# IDE - IntelliJ /.idea *.iml + +# Maven +target/ +jacoco.exec + +# Misc +.checkstyle