Skip to content

Commit

Permalink
robots.txt: disallow *.{asc,json,sig,txt,toml}
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Jun 2, 2024
1 parent a38abd5 commit b87a66d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
User-agent: *
Allow: /
Disallow: /*.asc$
Disallow: /*.json$
Disallow: /*.sig$
Disallow: /*.txt$
Disallow: /*.toml$
Disallow: /txt/
Disallow: /php/
Disallow: /r/
Expand Down

0 comments on commit b87a66d

Please sign in to comment.