diff --git a/.gitignore b/.gitignore index f80ac2b..fce08bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,20 @@ -# Ant build -ant/ +# Ant +ant -# Gradle build -build/ +# Gradle +build -# Maven build -target/ +# Maven +target # Eclipse -*.classpath -*.project +.classpath +.project .settings -bin/ +bin # IDEA *.iws *.ipr *.iml -out/ \ No newline at end of file +out \ No newline at end of file