From f1bc30a64d592a705bb777734a32d13b8f200e45 Mon Sep 17 00:00:00 2001 From: chiko Date: Mon, 27 Oct 2025 20:11:28 +0100 Subject: [PATCH] exclude any kind of .env from docker and git --- .dockerignore | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 9c94fbb..b97a4e1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,7 +9,7 @@ LICENSE .vscode Makefile helm-charts -.env +.env* .editorconfig .idea coverage* diff --git a/.gitignore b/.gitignore index 5d4c927..38107cf 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json .env.test.local .env.production.local .env.local +.env.* # caches .eslintcache