Update published event to include header and body
[aai/gizmo.git] / .gitignore
index 5c01c1a..88cf0cb 100644 (file)
@@ -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