From 4d6a2fdd4dc9b4f267060a261346dc3428265735 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Thu, 12 Feb 2026 11:45:06 +0100 Subject: [PATCH] Add .env to gitignore to prevent committing secrets Co-Authored-By: Claude Opus 4.6 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a1e5ac79..1a9d879a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ **/obj *.DotSettings.user **/.idea/ - +**/.env