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.
This commit is contained in:
CalDescent 2021-06-14 18:49:24 +01:00
parent 853f80b928
commit 3174681bd8

1
.gitignore vendored
View File

@ -21,7 +21,6 @@
/qortal.iml
.DS_Store
/src/main/resources/resources
/src/main/resources/log*.properties
/*.jar
/run.pid
/run.log