From 2001afb907ce4973d3642afe6e344aef75d8a9bb Mon Sep 17 00:00:00 2001 From: Clemens Beese Date: Thu, 10 Sep 2026 11:08:03 +0200 Subject: [PATCH] La til .env.local i .gitignore fil --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a547bf3..30b0818 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,7 @@ dist-ssr *.njsproj *.sln *.sw? + + +#Egne ignore +.env.local