etc/.gitignore

129 lines
1.8 KiB
Plaintext

# Ignore sensitive files
shadow
gshadow
sudoers
ssh/ssh_host_*_key
# Ignore system-specific files
fstab
mtab
adjtime
machine-id
# Ignore temporary or cache files
*.cache
*.tmp
*.swp
# Ignore log files
*.log
# Ignore directories with dynamic or system-specific data
/network/
/init.d/
/rc.d/
/udev/
/default/
/security/
# Ignore files related to package management
/apt/
/dpkg/
# Ignore files related to specific services
/postfix/
/samba/
/cups/
# Ignore files related to user management
/passwd
/group
# Ignore files related to time configuration
/localtime
/timezone
# Ignore files related to hardware configuration
/modprobe.d/
/modules-load.d/
# Ignore files related to boot configuration
/grub.d/
/initramfs-tools/
# Ignore files related to X11 configuration
/X11/
# Ignore files related to systemd
/systemd/
/sysctl.d/
# Ignore files related to specific applications
/mysql/
/php/
/nginx/
/apache2/
# Ignore files related to SSL/TLS
/ssl/
/pki/
# Ignore files related to cron jobs
/cron.d/
/cron.daily/
/cron.hourly/
/cron.monthly/
/cron.weekly/
# Ignore files related to mail configuration
/mail/
/postfix/
# Ignore files related to printer configuration
/cups/
/ppd/
# Ignore files related to network configuration
/network/
/netplan/
# Ignore files related to DNS configuration
/resolv.conf
/hosts
# Ignore files related to locale configuration
/locale.conf
/locale.gen
# Ignore files related to environment variables
/environment
/profile
# Ignore files related to specific hardware
/bluetooth/
/modprobe.d/
# Ignore files related to specific services
/avahi/
/dbus-1/
/systemd/
# Ignore files related to specific applications
/opt/
/snap/
/flatpak/
# Ignore files related to specific users
/skel/
/subuid
/subgid
# Ignore files related to specific hardware
/bluetooth/
/modprobe.d/
# Ignore files related to specific services
/avahi/
/dbus-1/
/systemd/