diff --git a/Java.gitignore b/Java.gitignore index 009ce166..72b66d6e 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -7,3 +7,28 @@ *.jar *.war *.ear + +# maven +/target + +# various other potential build files +/build +/bin +/dist + +# Eclipse +/.classpath +/.project +/.settings + +# Netbeans +/nbproject + +# IntelliJ +*.iml +*.ipr +*.iws +.idea/ + +# Mac filesystem dust +.DS_Store