From 7b58df54dcd957b7dd460ff58114f4059a811a9c Mon Sep 17 00:00:00 2001 From: Thomas Clavier Date: Mon, 6 Jan 2020 08:13:52 +0100 Subject: [PATCH] Update ignore files --- .gitignore | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7d956c..4084393 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,15 @@ -target/ -.idea/ -*.iml +# Vim *~ *.swp + +# Intellij +.idea +*.iml + +# Eclipse +.project +.settings +.classpath + +# Maven +target/