Files
lndhub.go/.gitignore
Michael Bumann 00e43dc5a3 Ignore log files
2022-01-17 13:18:14 +01:00

27 lines
367 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 (remove the comment below to include it)
# vendor/
# goland
.idea/*
# env, use .env_example for reference
.env