forked from Qortal-Forker/qortal
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,7 +21,6 @@
|
|||||||
/qortal.iml
|
/qortal.iml
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/src/main/resources/resources
|
/src/main/resources/resources
|
||||||
/src/main/resources/log*.properties
|
|
||||||
/*.jar
|
/*.jar
|
||||||
/run.pid
|
/run.pid
|
||||||
/run.log
|
/run.log
|
||||||
|
Reference in New Issue
Block a user