Skip to content

Commit

Permalink
gen_robot: exclude linuxbrew-bottles
Browse files Browse the repository at this point in the history
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
  • Loading branch information
shankerwangmiao committed Nov 24, 2024
1 parent c3841d0 commit c5dfbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen_robot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ echo 'Disallow: /logs' >> robots.txt
echo "cygwin";
echo "pub";
echo "git";
echo "linuxbrew-bottles";
) | uniq | while read name; do
[[ -z ${name} ]] || [[ ${name} = "tuna" ]] && continue
echo "Disallow: /${name}" >> robots.txt
Expand Down

0 comments on commit c5dfbf3

Please sign in to comment.