Files
lndhub.go/.gitignore
2022-06-15 18:11:04 +02:00

27 lines
324 B
Plaintext

# Database files
*.db
# 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