From 49b3468845576c3db0970edbb9ac2a9be78ee576 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Wed, 14 May 2025 09:21:30 +0200 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1662d7f2..2ea56ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,9 +20,9 @@ vendor/ dist/ /headscale -config.json config.yaml config*.yaml +!config-example.yaml derp.yaml *.hujson *.key