Initial commit

This commit is contained in:
2023-11-10 15:57:52 +01:00
commit eb87e1912f
351 changed files with 51965 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
### Go ###
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
### macOS ###
*.DS_Store
.AppleDouble
.LSOverride
.DS_Store
### IDE ###
.idea
.vscode
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool
*.out
### Sonarqube ###
.scannerwork
# Golang project vendor packages which should be ignored
vendor/
# Binaries generated by Makefile
bin/*
# Project files
air
CHANGELOG
dump.rdb
tmp
.env
coverage.out