Add 'logs' directory to gitignore 44/131544/1
authorliamfallon <liam.fallon@est.tech>
Wed, 19 Oct 2022 08:16:39 +0000 (09:16 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 19 Oct 2022 08:16:49 +0000 (09:16 +0100)
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>
.gitignore

index f8675bc..b8a61cc 100644 (file)
@@ -15,3 +15,4 @@ target
 **/*.trace.db
 **/*.mv.db
 **/*.log
+**/logs