From 05f04515c7aefe1941d598441fd77e29707ad0af Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 19 Oct 2022 09:16:39 +0100 Subject: Add 'logs' directory to gitignore Drools Applicaitons generates output into a "logs" directory during unit test. This change ignores that output in git. Issue-ID: POLICY-4393 Change-Id: I58f84cc47c8ad587de9a27fde0c928e1beae550e Signed-off-by: liamfallon --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f8675bc41..b8a61ccc4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ target **/*.trace.db **/*.mv.db **/*.log +**/logs -- cgit 1.2.3-korg