From 3174681bd89b32e1bff4cbe65505450f04397507 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Mon, 14 Jun 2021 18:49:24 +0100 Subject: [PATCH] Removed /src/main/resources/log*.properties from .gitignore We must be careful not to add files to the resources folder accidentally, given that a bundled log4j2.properties file is used in preference to the user's copy. By keeping this out of gitignore, it becomes more obvious if a file is added, and it can then be caught and removed before a release. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9cc2d6a..890f8cb2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ /qortal.iml .DS_Store /src/main/resources/resources -/src/main/resources/log*.properties /*.jar /run.pid /run.log