diff --git a/.gitignore b/.gitignore index 4451b42..ec445f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ -target/ -dist/ +/target/ +/dist/ *.class +/.idea/ +/*.iml