init
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
aovantsev
2025-10-02 22:30:16 +03:00
parent fba4bb58f9
commit 0dcb5d9b87
7 changed files with 159 additions and 2 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db