diff --git a/_config.yml b/_config.yml index 537d9b9..e699241 100644 --- a/_config.yml +++ b/_config.yml @@ -12,4 +12,14 @@ github_username: colorcop markdown: kramdown # exclude some directories and files that don't belong in the website -exclude: [terraform, terragrunt, Rakefile, README.md, package*, playwright*] +exclude: + - terraform + - terragrunt + - Rakefile + - README.md + - package* + - playwright* + - "*.toml" + - tests + - node_modules + - vendor