diff --git a/.gitignore b/.gitignore index 792d19c95..985e13a79 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,11 @@ hs_err_pid* target/ # Mac Files -.DS_Store \ No newline at end of file +.DS_Store + +# IntelliJ +**/.idea/ +**/*.iml + +# Log files +*.log