aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 13 insertions, 4 deletions
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