diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |