From fc466cefd808fcc2a98b787a493ace44753f88eb Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 7 Nov 2012 09:02:32 +0100 Subject: [PATCH] Complete .gitignore --- .gitignore | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6f89c2..ad3a1dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,29 @@ -/target/ \ No newline at end of file +# ---- Maven +target/ +bin/ + +# ---- IntelliJ IDEA +*.iws +*.iml +*.ipr +.idea/ + +# ---- Eclipse +.classpath +.project +.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