Files
lndhub.go/.gitignore
2023-06-02 09:06:14 +02:00

31 lines
386 B
Plaintext

# Database files
*.db
# credentials
*.macaroon
*.cert
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
lndhub
*.log
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories
vendor/
# goland
.idea/*
# env, use .env_example for reference
.env
initialized_payments_dryrun/*