1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-05 13:49:57 +02:00

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
parent 2dc2f3b3f0
commit 17872436ce

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