From af82855bedf23a31854bf27811e5266b3503d051 Mon Sep 17 00:00:00 2001 From: sususu Date: Sun, 12 Oct 2025 07:16:11 +0200 Subject: [PATCH] chore: update .gitignore include .env --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a17d35e..a9bf4ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ GEMINI.md *.exe temp/* cli-proxy-api -static/* \ No newline at end of file +static/* +.env