.gitignore hinzugefügt
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
*
|
||||
|
||||
!.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
|
||||
Reference in New Issue
Block a user