Files
buque/.gitignore
2025-11-02 01:39:56 +01:00

39 líneas
404 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
buque
bin/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE directories
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Configuration files with sensitive data
config.local.yaml
*.local.yaml
# Log files
*.log