From 631a4f1fde82ea34052b20495b87a791bc28db82 Mon Sep 17 00:00:00 2001 From: Alen Sljivar <7934791+machy44@users.noreply.github.com> Date: Sat, 20 Sep 2025 16:46:09 +0200 Subject: [PATCH] Update .gitignore # Add env variables to .gitignore to avoid accidentally pushing them to remote # Environment variables .env .env.*.local --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0eac30726..8efb2e4f5 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ dist-ssr *.njsproj *.sln *.sw? + +# Environment variables +.env +.env.*.local