21 lines
220 B
Plaintext
21 lines
220 B
Plaintext
*
|
|
|
|
!.gitignore
|
|
!.gitattributes
|
|
!README.md
|
|
|
|
!import_config.sh
|
|
!config.enc
|
|
!authorized_keys
|
|
|
|
config
|
|
config.bak*
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Jegliche privaten und öffentlichen Krypto-Schlüssel
|
|
id_rsa*
|
|
id_ed25519*
|
|
id_ecdsa*
|
|
*.pem
|
|
*.key |