X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=f484ef317f62a976645eedaa03330303c113297a;hb=bd58bbc5aee8eb495adbc3275dc876462cb984c6;hp=c09daddd115b813bd7122262a8700e112783c632;hpb=5d0ad38a428cd8e773c3a008f7ee0942a8dfb729;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