From fca0e76b33030026117301c844129648d29de19e Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Sat, 24 Jun 2017 17:09:15 -0700 Subject: [PATCH] Improved test coverage and added test-gitlab4j.properties support. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 80af8478..1404972f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ local.properties ### Maven ### target/ + +# Test properties file for gitlab4j +test-gitlab4j.properties -- GitLab