diff --git a/.gitignore b/.gitignore index e69102e..94f7a65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ -\.idea -\target -UltimateStacker.iml -.settings/ -.classpath -.project \ No newline at end of file +/**/target/ + +/.idea/ +/*.iml