13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
# RustDesk sensitive data
|
|
/data/id_ed25519 # Private key (KEEP THIS SECRET!)
|
|
/data/*.db # Database files (sqlite/etc)
|
|
/data/*.log # Log files
|
|
/data/id_ed25519.pub # Public key (optional to ignore, but cleaner)
|
|
|
|
# Environment files
|
|
.env # If you ever add an environment file for secrets
|
|
|
|
# Docker/System noise
|
|
.DS_Store
|
|
*.swp
|