Explorar el Código

:gear: Updates jekyll exclude list

Jeff Triplett hace 1 año
padre
commit
2faaae4b36
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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