diff --git a/.gitignore b/.gitignore index 88188f0..ded377f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Project exclude paths -/out/ -/target/ -.idea/ \ No newline at end of file +/out +/target +.idea \ No newline at end of file