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/