X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=84bf48206eb185add10a9b2817d0f6534ac60dc4;hb=6c05118a0f1fc557d7d7e652a063bcf3ffb5ceb0;hp=c09daddd115b813bd7122262a8700e112783c632;hpb=0f93718a35ab8a85e9d2eaac90e1783d2e6627b7;p=aai%2Fchamp.git diff --git a/.gitignore b/.gitignore index c09dadd..84bf482 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ +# Application +/champ-lib/champ-janus/logs/ + +# IDE - Eclipse .classpath .project .settings/ -target/ -jacoco.exec + +# IDE - IntelliJ /.idea *.iml + +# Maven +target/ +jacoco.exec