diff --git a/.gitignore b/.gitignore index 8559c98b..c547890f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ **/tasks.xml **/*.iml -**/.idea/libraries \ No newline at end of file +**/.idea/libraries + +#Ignoring target folders +**/target/ \ No newline at end of file