diff --git a/Java.gitignore b/Java.gitignore index 0f182a03..b99d5bb0 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -4,3 +4,15 @@ *.jar *.war *.ear + +# Maven # +target + +# Intellij IDEA # +out +.idea +*.iml + +# Eclipse # +.project +.classpath \ No newline at end of file