diff --git a/_config.yml b/_config.yml index 89061ea..6163f37 100644 --- a/_config.yml +++ b/_config.yml @@ -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