lightweight-server/.gitignore
2026-07-14 13:11:28 +07:00

19 lines
227 B
Text

# Local configuration and secrets
.env
.env.*
!*.env.example
env.txt
password.hash
telegram.conf
# Keys and certificates
*.key
*.pem
id_rsa*
id_ed25519*
# Editor and operating-system files
.idea/
.vscode/
.DS_Store
Thumbs.db