34 lines
294 B
Plaintext
34 lines
294 B
Plaintext
# Compiled binaries
|
|
main
|
|
grpcfrontend
|
|
lightwalletd
|
|
|
|
# TLS certificates and keys
|
|
*.pem
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Go test binaries and output
|
|
*.test
|
|
*.out
|
|
*.prof
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
/tmp/
|
|
|
|
# Build output
|
|
/dist/
|
|
/build/
|