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
+1
View File
@@ -13,3 +13,4 @@ tasks:
- $TF output -json > terraform.secrets - $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
View File
@@ -0,0 +1,5 @@
exclude:
- "*.yml"
- "*.md"
- "LICENSE"
- "terraform/*"