Initialize base

This commit is contained in:
hdbar
2025-07-27 16:20:21 +03:30
commit ad9db7bcce
31 changed files with 8268 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/bin/
/dist/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.html
# Dependency directories
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
# Logs
logs/
*.log
*.log.*
# Configuration files with secrets
config.local.yaml
.env
.env.local
.env.production
# Database files
*.db
*.sqlite
*.sqlite3
# Temporary files
tmp/
temp/
.tmp/
# Docker volumes
docker-data/
# Build artifacts
coverage.out
coverage.html