From e4049434ed7a9ab3e9d89da690a0fd610fb03c13 Mon Sep 17 00:00:00 2001 From: Notmoo Date: Sun, 23 Jul 2017 18:43:40 +0200 Subject: [PATCH] Modification to .gitignore file : adding "target" folders to excluded folders --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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