Skip to content

Commit 14af9f0

Browse files
committed
chore: modify Jekyll config to ignore mise.toml and tests directory
1 parent d980885 commit 14af9f0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

_config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@ github_username: colorcop
1212
markdown: kramdown
1313

1414
# exclude some directories and files that don't belong in the website
15-
exclude: [terraform, terragrunt, Rakefile, README.md, package*, playwright*]
15+
exclude:
16+
- terraform
17+
- terragrunt
18+
- Rakefile
19+
- README.md
20+
- package*
21+
- playwright*
22+
- "*.toml"
23+
- tests
24+
- node_modules
25+
- vendor

0 commit comments

Comments
 (0)