⚙️ Updates jekyll exclude list

This commit is contained in:
Jeff Triplett 2023-11-16 21:21:28 -06:00
parent 4ac8dda4c0
commit 2faaae4b36
No known key found for this signature in database

View File

@ -17,6 +17,8 @@ include:
- README.md
exclude:
- "*.md"
- "*.py"
- docker*
- Gemfile*
- justfile
- LICENSE
@ -25,6 +27,7 @@ exclude:
- node_modules
- package*.json
- postcss.config.js
- requirements.*
- src
- tailwind.config.js
- vendor