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