From 39f20b305f4db200919a611995e94efda40d21f0 Mon Sep 17 00:00:00 2001 From: Brummel Date: Wed, 20 May 2026 22:23:46 +0200 Subject: [PATCH] chore: gitignore .env and IDE workspace dirs --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 6ee3f88..e298f32 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,13 @@ orig/ *.swo *~ .DS_Store +.vscode/ +.idea/ # Logs / caches that might leak in *.log .zola/ + +# Secrets +.env +.env.*