diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9733a18 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file