summaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-22 21:13:49 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-22 21:13:49 +0530
commitf661e6e4ce1177352b5bc40238351920cc25a69b (patch)
tree602979b0ef6f931206686d435aa1aff93c5a6a57 /readme
parent2b57b6e0b1b936f45aa4ed8fd0ed2f57b7d370f3 (diff)
downloadlegit-f661e6e4ce1177352b5bc40238351920cc25a69b.tar.gz
legit-f661e6e4ce1177352b5bc40238351920cc25a69b.tar.bz2
legit-f661e6e4ce1177352b5bc40238351920cc25a69b.zip
config: add repo.ignore
Diffstat (limited to '')
-rw-r--r--readme4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme b/readme
index fe18119..a37b983 100644
--- a/readme
+++ b/readme
@@ -39,6 +39,9 @@ Example config.yaml:
mainBranch:
- master
- main
+ ignore:
+ - foo
+ - bar
dirs:
templates: ./templates
static: ./static
@@ -56,6 +59,7 @@ These options are fairly self-explanatory, but of note are:
traverse subdirs yet.
• repo.readme: readme files to look for. Markdown isn't rendered.
• repo.mainBranch: main branch names to look for.
+• repo.ignore: repos to ignore.
• server.name: used for go-import meta tags and clone URLs.