Separate system configuration from Dotfiles_ArchAP. Add package manifests, system inventories, reusable templates, safer backup/deployment scripts, on-demand service management, TLP and zram configuration, and updated maintenance documentation.
30 lines
425 B
Text
30 lines
425 B
Text
# Secrets and private material
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.env
|
|
*secret*
|
|
*password*
|
|
*token*
|
|
*.db
|
|
*.sqlite*
|
|
.netrc
|
|
|
|
# Machine identity / credentials
|
|
rootfs/etc/ssh/ssh_host_*
|
|
rootfs/etc/sbctl/
|
|
rootfs/etc/ssl/private/
|
|
rootfs/etc/NetworkManager/system-connections/
|
|
rootfs/etc/wireguard/
|
|
rootfs/root/
|
|
|
|
# Temporary files
|
|
*.bak
|
|
*.tmp
|
|
*.swp
|
|
*.log
|
|
.cache/
|
|
build/
|
|
|
|
# Menu Limine généré avec les snapshots
|
|
inventory/boot/limine.conf.current
|