Upversion to 1.4.0 - Dublin branch
[aai/gizmo.git] / .gitignore
index 5c01c1a..3b9de4e 100644 (file)
@@ -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/
+