Merge "Fix sonar issues in crud/logging/LoggingUtil"
[aai/gizmo.git] / .gitignore
index 5c01c1a..3615915 100644 (file)
@@ -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
+