Files
reterminal-dm4/.gitignore
nearxos 8233304ee2 Update documentation and .gitignore for improved deployment clarity and log management</message>
<message>Enhance the README files to provide clearer instructions for deploying the CM4 eMMC provisioning service on Proxmox, including detailed prerequisites and deployment steps. Update the .gitignore to exclude deploy logs generated during the deployment process, ensuring a cleaner repository. Additionally, refine archived documentation for better historical context and clarity on the active provisioning workflow.
2026-03-04 19:43:52 +02:00

16 lines
365 B
Plaintext

# Large binary / image files (do not commit)
*.img.xz
*.img.xz.bak
*.img
!emmc-provisioning/network-boot-initramfs/*.img
# Deploy logs (generated by deploy-to-proxmox.sh when DEPLOY_LOG=1)
emmc-provisioning/scripts/deploy-*.log
# Backup/data from devices (large DBs and logs)
backup-from-device/**/data/*.db
backup-from-device/**/logs/
**/*.db
*.sqlite
*.sqlite3