CI Work
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-12-07 20:25:11 +01:00
parent b6df4c7c66
commit a7bf2bd2f0
5 changed files with 109 additions and 24 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Go binaries and executables
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go test and coverage files
*.test
*.out
*.cover
# Go build and dependency directories
/bin/
/pkg/
/vendor/
/dist/