Do not ignore config-example.yml

Various tools (e.g ripgrep) skip files ignored by Git. Do not ignore
config-example.yml to include it in searches.
This commit is contained in:
Florian Preinstorfer 2025-05-14 09:21:30 +02:00 committed by nblock
parent bd6ed80936
commit 49b3468845

2
.gitignore vendored
View File

@ -20,9 +20,9 @@ vendor/
dist/ dist/
/headscale /headscale
config.json
config.yaml config.yaml
config*.yaml config*.yaml
!config-example.yaml
derp.yaml derp.yaml
*.hujson *.hujson
*.key *.key