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:
parent
bd6ed80936
commit
49b3468845
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue