diff options
Diffstat (limited to '')
-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] |