Rename the data directory from palladium-node-data/ to .palladium/ to align with Unix convention for application data directories. This change makes the directory hidden by default and follows the standard naming pattern used by blockchain nodes
29 lines
328 B
Plaintext
29 lines
328 B
Plaintext
# ElectrumX server data
|
|
/electrumx-data/
|
|
|
|
# Palladium node data (keep only the config file)
|
|
/.palladium/*
|
|
!/.palladium/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 |