diff --git a/.gitignore b/.gitignore index f6374f7..cf3ad8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ -out/ +# Intellij .idea/ -*.iml \ No newline at end of file +out/ +*.iml + +# Maven +target/ +log/ \ No newline at end of file