Files
palladium-stack/.gitignore
Davide Grilli 72d95f1a48 Add integrated Palladium node and automate RPC credentials
- Integrate Palladium node (palladiumd) in separate Docker container
- Add automatic RPC credential detection from palladium.conf
- Eliminate manual credential synchronization between files
2026-02-09 00:22:15 +01:00

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