homarr-dashboard/.gitignore

43 lines
553 B
Plaintext

#======================================================================#
# Git Ignore for Homarr Dashboard #
#======================================================================#
# Environment files (contain secrets)
.env
.env.local
.env.*.local
# Runtime data
homarr/appdata/
homarr/data/
dash/
*.db
*.db-journal
# Logs
*.log
logs/
# Backups
backups/
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Temporary files
*.tmp
*.temp
.cache/
# Docker volumes
volumes/