Commit ae268f2d authored by kez's avatar kez
Browse files

Disallow entire directories instead of globbing

parent 521c4d65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.