Skip to content

Commit c5dfbf3

Browse files
gen_robot: exclude linuxbrew-bottles
Signed-off-by: Miao Wang <[email protected]>
1 parent c3841d0 commit c5dfbf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen_robot.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ echo 'Disallow: /logs' >> robots.txt
1414
echo "cygwin";
1515
echo "pub";
1616
echo "git";
17+
echo "linuxbrew-bottles";
1718
) | uniq | while read name; do
1819
[[ -z ${name} ]] || [[ ${name} = "tuna" ]] && continue
1920
echo "Disallow: /${name}" >> robots.txt

0 commit comments

Comments
 (0)