initial migration
Some checks reported errors
continuous-integration/drone/tag Build was killed

This commit is contained in:
2022-07-13 13:59:25 +02:00
parent 97761f112c
commit 8fd180b776
80 changed files with 3997 additions and 1 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Basic ignore patterns
*.log
*.secret
# data dir related prod files
data/*.csv
# Ignore templ build artifacts
/bin/*
!bin/.gitkeep
# Ignore Unit Test result files
coverage.xml
testResults.xml