From ec3433f0d0d2c6e4f84f211b33a4b079fd26e490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=97=E5=B9=B3?= Date: Tue, 30 Jun 2026 14:24:18 +0800 Subject: [PATCH] update gitignore to exclude .env --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 301690f..e2d6a9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +.env +.claude/ + # Build outputs build/ build-*/