X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=3615915cd52628be073474a7d1e9be0e4210e74d;hb=aa01eb4c23ab560012beda3f212892be8599b0c4;hp=5c01c1aa203b4e807f5241695effc60be52319aa;hpb=e9c94429a8ada3e55854515060df817945b73d87;p=aai%2Fgizmo.git diff --git a/.gitignore b/.gitignore index 5c01c1a..3615915 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,20 @@ +# Application +logs/ +debug-logs/ + +# Maven +target/ + +# Eclipse .classpath +.factorypath .project .settings/ -target/ -logs/ -debug-logs/ -.idea/ \ No newline at end of file + +# IntelliJ +.idea/ +*.iml + +# Misc +.checkstyle +