Browse Source

:gear: Updates jekyll exclude list

Jeff Triplett 1 year ago
parent
commit
2faaae4b36
1 changed files with 3 additions and 0 deletions
  1. 3 0
      _config.yml

+ 3 - 0
_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