Files
prime-sdk-go/.gitignore
Andrew Miller e15b205f9c Add remote smart contract and gRPC connection support
Add Remote field to SmartContractCreateRequest and GrpcConnectionInfo
struct to SmartContract model for remote smart contract execution
via gRPC.
2026-02-11 11:20:21 -05:00

74 lines
781 B
Plaintext
Executable File

# 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
# Go workspace file
go.work
go.work.sum
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Credentials and local config
credentials.yaml
credentials.yml
.env
.env.local
*.key
*.pem
*.p12
# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
*.log
*.pid
*.seed
*.pid.lock
# Debug files
debug
__debug_bin
# Air (live reload for Go)
tmp/
.air.toml
# GoLand
*.iml
# Test cache
*.cover
coverage.out
coverage.html