From 3862e1d71dd5837bba7fbd50e55cef530ba4fb5e Mon Sep 17 00:00:00 2001 From: Holger Hagen <19706592+holgerhagen@users.noreply.github.com> Date: Mon, 29 Jan 2018 15:05:49 +0100 Subject: [PATCH] GENERAL: ignoring bin directories in rest and lib project. --- lib/.gitignore | 1 + rest/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/.gitignore b/lib/.gitignore index 7756d33c4..c280e7c72 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,4 +1,5 @@ */target/ +*/bin/ !.mvn/wrapper/maven-wrapper.jar *.orig diff --git a/rest/.gitignore b/rest/.gitignore index fb6176ff8..789485cc2 100644 --- a/rest/.gitignore +++ b/rest/.gitignore @@ -1,4 +1,5 @@ target/ +bin/ .checkstyle !.mvn/wrapper/maven-wrapper.jar *.orig