From db1f37899762ba7d169b526c2333a1e2e4fa5cd7 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Tue, 22 Jun 2021 16:57:16 +0100 Subject: Adding Layered Architecture test and Arch Unit Library for CPS-CORE Adding Layered Architecture Test Will Add Depedency Test at later time after potential refactoring of project structure Adding Archunit property file to avoid Store Initialization Exception Issue-ID: CPS-380 Change-Id: I364294a46b1ab78b86a9c271856805fce09f75a0 Signed-off-by: DylanB95EST --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3ab10191f..3c5994fa2 100755 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.zip *.log +cps-application/archunit_store target/ log/ -- cgit 1.2.3-korg