diff --git a/.gitignore b/.gitignore index 94b321f..e4fe6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ -**/target -**/*.iml -**/*.ipr -**/*.iws -**/.classpath -**/.project -**/.settings -target \ No newline at end of file +*.iml +*.ipr +*.iws +.classpath +.project +.settings +target/ +.idea/ +out/