61 lines
713 B
Plaintext
61 lines
713 B
Plaintext
# Private keys and credentials
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
|
|
# Micro editor temporary files
|
|
/micro/buffers/**
|
|
/micro/backups/**
|
|
|
|
# Yazi timestamp-based backups (format: file.toml-<timestamp>)
|
|
yazi/*.toml-*
|
|
|
|
# Editor temporary files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
\#*\#
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# Generated files
|
|
readme.html
|
|
docs/html/
|
|
|
|
# Plugin lockfiles (auto-generated, not meant for version control)
|
|
lazy-lock.json
|
|
|
|
# Build/image output artifacts
|
|
*.iso
|
|
*.img
|
|
*.tar
|
|
*.tar.gz
|
|
*.tar.bz2
|
|
*.tar.xz
|
|
*.tar.zst
|
|
*.zip
|
|
*.7z
|
|
*.squashfs
|
|
*.qcow2
|
|
*.vmdk
|
|
*.ova
|
|
*.vhd
|
|
*.vhdx
|
|
*.deb
|
|
*.rpm
|
|
|
|
# Logs
|
|
**/*.log
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
|
|
# thunar settings
|
|
*desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
|