From 410e56b0507b4e8f509f5c4395c00ab01fc9898e Mon Sep 17 00:00:00 2001 From: hongwei Date: Mon, 18 Dec 2023 11:35:00 +0100 Subject: [PATCH] refactor/revoke the .gitignore change --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 85cb4bc55..eeb1c2624 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ .project .cache target +obp-api/src/main/resources/ obp-api/src/test/resources/** !obp-api/src/test/resources/frozen_type_meta_data *.iml diff --git a/README.md b/README.md index 683684bc1..ec91bfc5c 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Note: Your Java environment may need to be setup correctly to use SSL Restart OBP-API, if you get an error, check your Java environment can connect to the host over SSL. -Note you can copy the following example files to prepare your own configurations: +Note: You can copy the following example files to prepare your own configurations - /obp-api/src/main/resources/logback.xml.example -> /obp-api/src/main/resources/logback.xml (try TRACE or DEBUG) - /obp-api/src/main/resources/logback-test.xml.example -> /obp-api/src/main/resources/logback-test.xml (try TRACE or DEBUG)