- initial commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-04-24 18:21:17 +02:00
parent e7b4fcd20a
commit ded5f836c4
64 changed files with 12368 additions and 1 deletions

3
commitlint.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
};