From 6685f6be519296630bb0c8d9166a2d8a4c7b97ab Mon Sep 17 00:00:00 2001 From: hfshfg <38004547@qq.com> Date: Mon, 13 Apr 2026 11:33:06 +0800 Subject: [PATCH] chore: add .env to .gitignore Prevent accidental commit of environment variable files. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index bb2759d..469c0db 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,7 @@ usb-release/toolkit/*.pkg usb-release/toolkit/*.msi usb-release/toolkit/*.tar.gz usb-release/toolkit/*.zip + +# ── Environment variables ── +.env +.env.*