diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 09:42:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 09:42:14 +0300 |
commit | 7badc1c6ba77c3afbe94a66cfd4b5f63e207e539 (patch) | |
tree | 75f7e0755160772e4deeecd756359b094403a788 /examples | |
parent | cgitize.repo: discard empty descriptions (diff) | |
download | cgitize-7badc1c6ba77c3afbe94a66cfd4b5f63e207e539.tar.gz cgitize-7badc1c6ba77c3afbe94a66cfd4b5f63e207e539.zip |
support skipping some of user's repositories
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cgitize.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index d0cf0c0..3a798d5 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -25,6 +25,8 @@ name = "egor-tensin" # To avoid directory name clashes with other repositories, you can specify a # subdirectory to put that user's repositories to. dir = "github-dir" +# Repositories to skip: +#skip = ["repo1", "repo2"] # Some random repositories hosted on GitHub: [github.repositories.lens] @@ -49,6 +51,8 @@ name = "egor-tensin" # To avoid directory name clashes with other repositories, you can specify a # subdirectory to put that user's repositories to. dir = "bitbucket-dir" +# Repositories to skip: +#skip = ["repo1", "repo2"] # Some random repositories hosted on Bitbucket: [bitbucket.repositories.cef] |