commit 44a1256c80400e301e70ffecda74a45c0cda70b2 Author: mfredrich Date: Sun Dec 14 13:01:53 2025 +0000 .gitignore hinzugefügt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03bc8e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Secrets +.env +*.env + +# App data / volumes +**/db/ +**/db_data/ +**/postgres_data/ +**/redis/ +**/data/ +**/html/ +**/wp_data/ +**/n8n_data/ +**/vaultwarden-data/ +**/logs/ + +# OS/Editor +.DS_Store +.idea/ +.vscode/