aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 27 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index a21ab26..2b86998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,30 @@
+
+# ---- Maven
+target/
+dependency-reduced-pom.xml
+
+# ---- IntellijIDEA
+*.iws
*.iml
-.DS_Store
+*.ipr
+.idea/
+
+# Eclipse
.classpath
.project
-.idea/
-.settings/
-target/
-bin/
+.settings
+
+# ---- Mac OS X
+.DS_Store
+Icon?
+# Thumbnails
+._*
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+# ---- Windows
+# Windows image file caches
+Thumbs.db
+# Folder config file
+Desktop.ini