From 33f1074b7a73ff2ec9a1eb51d8d684e3a75e884d Mon Sep 17 00:00:00 2001 From: martin <1+martin@noreply.localhost> Date: Sat, 16 May 2026 14:01:23 +0200 Subject: [PATCH] =?UTF-8?q?.gitignore=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore 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