commit | 05f04515c7aefe1941d598441fd77e29707ad0af | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Wed Oct 19 09:16:39 2022 +0100 |
committer | liamfallon <liam.fallon@est.tech> | Wed Oct 19 09:16:49 2022 +0100 |
tree | af179e119fb9ad356eaa31649119cf5f4b680a3c | |
parent | 8d83a44421a05f075d41542bbfec9d3055731bea [diff] [blame] |
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 <liam.fallon@est.tech>
diff --git a/.gitignore b/.gitignore index f8675bc..b8a61cc 100644 --- a/.gitignore +++ b/.gitignore
@@ -15,3 +15,4 @@ **/*.trace.db **/*.mv.db **/*.log +**/logs