From 9f4ad8d9593436d09d2b950b080fa498ca6d17b2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 31 Jul 2025 22:58:17 +0100 Subject: [PATCH] Add config.yaml example --- config.yaml.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.yaml.example diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..0ba49e3 --- /dev/null +++ b/config.yaml.example @@ -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