Mining/.gitignore

50 lines
574 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.log
miner-cli
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.html
# Dependency directories (remove the comment below to include it)
vendor/
# Go workspace file
go.work
go.work.sum
# Build artifacts
dist/
build/
bin/
*.tar.gz
*.zip
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Temporary files
tmp/
temp/
*.tmp
# Environment files
.env
.env.local
.env.*.local
# goreleaser
.goreleaser.yaml.bak