From 401b48bc573561f097960a9ca7abe6d788456f28 Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Mon, 29 Jan 2018 22:42:19 -0500 Subject: Fixed the Sonar technical debt. Fixed the sonar technical dept primarily for the POLICY-REST module, and accordingly updated the other policy-engine modules for successful built. Issue-ID: POLICY-476 Change-Id: I0e9bd7209a7f9af247fa409a1682683082f92698 Signed-off-by: Ankitkumar Patel --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 632972456..6ab843b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .classpath .jupiter .pydevproject +.idea target .metadata/ ASTRAGateway/policyEngineLog.log @@ -30,6 +31,8 @@ XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/metrics.log XACML-REST/IntegrityMonitor.log /bin/ *.checkstyle +*.iml +*.log BRMSGateway/logs/ BRMSGateway/sql/ BRMSGateway/src/test/resources/META-INF/generatedCreate.ddl -- cgit 1.2.3-korg