From 167370747e5fb93a71b420d3581dc5cc877c733f Mon Sep 17 00:00:00 2001 From: OpenClaw Assistant Date: Mon, 23 Feb 2026 08:32:07 +0000 Subject: [PATCH] Ignore local env files with secrets --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..665da45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +.env.*