X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=88cf0cb6ab4cd9a9fdcd99e8a319664bfce7ceff;hb=837cbcdc2562c0cd041ed558d05bb7dbba4be603;hp=5c01c1aa203b4e807f5241695effc60be52319aa;hpb=0c19b1386259b7144bc6c95954f965c469835522;p=aai%2Fgizmo.git diff --git a/.gitignore b/.gitignore index 5c01c1a..88cf0cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,16 @@ +# 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