Add config.yaml example
This commit is contained in:
parent
3f84eaf185
commit
9f4ad8d959
1 changed files with 13 additions and 0 deletions
13
config.yaml.example
Normal file
13
config.yaml.example
Normal file
|
@ -0,0 +1,13 @@
|
|||
# The default depth in each directory to search for Git repositories.
|
||||
depth: 2
|
||||
|
||||
# A list of directories to search in.
|
||||
directories:
|
||||
- ~/Code/forgejo:3
|
||||
- ~/Code/github:3
|
||||
|
||||
# A list of repository paths to ignore (not update).
|
||||
ignored:
|
||||
- ~/Code/github/nixos/nixpkgs
|
||||
|
||||
# vim: ft=yaml
|
Loading…
Add table
Add a link
Reference in a new issue