From e0615dbe69d970adc979e7b64f305e39bd75973d Mon Sep 17 00:00:00 2001 From: yushen Date: Fri, 30 Jan 2026 12:48:22 +0800 Subject: [PATCH] chore: add .env to gitignore Co-Authored-By: Claude Opus 4.5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7535211682..33fbca5b03 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules dist *.log .DS_Store +.env +.env.*