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.
This commit is contained in:
Winni Neessen 2023-12-22 17:31:28 +01:00
parent f02d5be680
commit 77ad132bc7
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

1
.gitignore vendored
View file

@ -58,4 +58,5 @@ fabric.properties
# local confi files
etc/*.local.toml
etc/*.local.*.toml
/.env