a98e4248b9
Matchbox changed owners on github
23 lines
979 B
Plaintext
23 lines
979 B
Plaintext
# lines starting with a # are comments
|
|
|
|
# The accepted format (double escape all grep expresssions):
|
|
# <organisation> [grep-expression] [grep-v-expression] - include all repositories in the organisation.
|
|
# grep-expression: filter repo matching the expression
|
|
# grep-v-expression: filter repo not matching the expression
|
|
# <organisation>/<repo> - include only the named repository.
|
|
|
|
# include all terraform-providers
|
|
terraform-providers terraform-provider- terraform-provider-\\(azure-classic\\|scaffolding\\)
|
|
|
|
# include terraform-provider-matchbox
|
|
poseidon/terraform-provider-matchbox
|
|
|
|
# include terraform-provider-nixos
|
|
tweag/terraform-provider-nixos
|
|
|
|
# include terraform-provider-secret
|
|
tweag/terraform-provider-secret
|
|
|
|
# include terraform-provider-segment
|
|
ajbosco/terraform-provider-segment
|