From 77ad132bc7a34143d30d4db84373e7a05602a4d4 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 22 Dec 2023 17:31:28 +0100 Subject: [PATCH] Add more pattern to .gitignore The provided diff includes an extra pattern to the .gitignore list - 'etc/*.local.*.toml'. This was done to ensure that all variations of local configuration files are ignored by Git, preventing them from being unnecessarily tracked. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c9a30ec..5dded3b 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,5 @@ fabric.properties # local confi files etc/*.local.toml +etc/*.local.*.toml /.env