mirror of
https://github.com/wneessen/logranger.git
synced 2024-11-22 12:50:50 +01:00
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:
parent
f02d5be680
commit
77ad132bc7
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -58,4 +58,5 @@ fabric.properties
|
||||||
|
|
||||||
# local confi files
|
# local confi files
|
||||||
etc/*.local.toml
|
etc/*.local.toml
|
||||||
|
etc/*.local.*.toml
|
||||||
/.env
|
/.env
|
||||||
|
|
Loading…
Reference in a new issue