38 lines
463 B
Plaintext
38 lines
463 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
|
|
|
|
# Logs
|
|
**/*.log
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
|
|
# thunar settings
|
|
*desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
|