- Integrate Palladium node (palladiumd) in separate Docker container - Add automatic RPC credential detection from palladium.conf - Eliminate manual credential synchronization between files
29 lines
346 B
Plaintext
29 lines
346 B
Plaintext
# ElectrumX server data
|
|
/electrumx-data/
|
|
|
|
# Palladium node data (keep only the config file)
|
|
/palladium-node-data/*
|
|
!/palladium-node-data/palladium.conf
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp |