X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=3b9de4ee2c030e8f9dc4fbf4a7c7f33a23a41e32;hb=HEAD;hp=5c01c1aa203b4e807f5241695effc60be52319aa;hpb=e9c94429a8ada3e55854515060df817945b73d87;p=aai%2Fgizmo.git diff --git a/.gitignore b/.gitignore index 5c01c1a..3b9de4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,21 @@ +# 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 +.vscode/ +