Files
palladium-stack/.gitignore
Davide Grilli ac17788837 build: add .gitignore file with common exclusions
Add standard .gitignore entries to exclude development environment files,
OS-generated files, temporary files, and other common patterns from version control
2025-10-15 14:01:28 +02:00

25 lines
247 B
Plaintext

# ElectrumX data directory
/data/
# Docker volumes and 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