From 3c8fa51f060a775885b1fa5bc226f3b9b3ecbf90 Mon Sep 17 00:00:00 2001 From: Frank Dietrich Date: Sun, 22 May 2016 18:02:24 +0200 Subject: [PATCH] amend .gitignore to exclude the ./target/ directory from repository --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b64d1edc..220b9cfb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .classpath .project *.iml -.idea/ \ No newline at end of file +.idea/ +target/ +