Browse Source

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.
sync-multiple-blocks^2
CalDescent 3 years ago
parent
commit
3174681bd8
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save