From e200c04ca597342bbe5e7d36c41d841788b3b3ae Mon Sep 17 00:00:00 2001 From: Grigo Date: Mon, 18 May 2026 20:37:20 +0000 Subject: [PATCH] ignore local secrets and runtime folders --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f0c7ae4..c62c06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ repos/ + +.env +.env.* +!.env.example +repos/ +logs/ +state/ +ssh/