fix: ignore certain files for jekyll

This commit is contained in:
2025-01-09 15:33:42 -05:00
parent 60f194ac7d
commit 5fad958cec
2 changed files with 7 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ tasks:
- $TF apply
- $TF output -json > terraform.secrets
action: act -W .gitea/workflows --container-architecture linux/amd64
action: act -W .gitea/workflows --container-architecture linux/amd64
dev: bundle exec jekyll serve

5
_config.yml Normal file
View File

@@ -0,0 +1,5 @@
exclude:
- "*.yml"
- "*.md"
- "LICENSE"
- "terraform/*"