⚙️ 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 - README.md
exclude: exclude:
- "*.md" - "*.md"
- "*.py"
- docker*
- Gemfile* - Gemfile*
- justfile - justfile
- LICENSE - LICENSE
@ -25,6 +27,7 @@ exclude:
- node_modules - node_modules
- package*.json - package*.json
- postcss.config.js - postcss.config.js
- requirements.*
- src - src
- tailwind.config.js - tailwind.config.js
- vendor - vendor