Disallow entire directories instead of globbing

This commit is contained in:
kez 2022-11-07 10:12:23 -08:00
parent 521c4d65f4
commit ae268f2d69

View File

@ -2,8 +2,8 @@
{{- text[0].upper() -}}{{- text[1:] -}}
{%- endmacro -%}
User-agent: *
Disallow: /javascript/*
Disallow: /scss/*
Disallow: /javascript
Disallow: /scss
{#- the '\n' is because we need a newline,
but we need to strip trailing and leading whitespace as well.