Skip to content

Commit 950444a

Browse files
committed
DOP-2048: Drop .tar.gz and .epub files from the sitemap
1 parent 21c8c4f commit 950444a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf-sitemap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<filter action="drop" type="wildcard" pattern="*.js" />
1919
<filter action="drop" type="wildcard" pattern="*.gif" />
2020
<filter action="drop" type="wildcard" pattern="*.png" />
21+
<filter action="drop" type="wildcard" pattern="*.tar.gz" />
22+
<filter action="drop" type="wildcard" pattern="*.epub" />
2123
<filter action="drop" type="regexp" pattern="/\.[^/]*" />
2224
<filter action="drop" type="wildcard" pattern="*/master/single*"/>
2325
<filter action="drop" type="wildcard" pattern="*/meta/*"/>

0 commit comments

Comments
 (0)