diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-07 21:34:07 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-07 21:34:07 +0200 |
commit | 66d9ecaa26925ffcc0947e887cc7a94f79268644 (patch) | |
tree | cde639475dfa226ad8d5353a7a5142fa23f0649b /blogsitemap.options | |
download | blog-66d9ecaa26925ffcc0947e887cc7a94f79268644.tar.gz blog-66d9ecaa26925ffcc0947e887cc7a94f79268644.tar.bz2 blog-66d9ecaa26925ffcc0947e887cc7a94f79268644.zip |
blog scripts
Diffstat (limited to 'blogsitemap.options')
-rwxr-xr-x | blogsitemap.options | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/blogsitemap.options b/blogsitemap.options new file mode 100755 index 0000000..26cebac --- /dev/null +++ b/blogsitemap.options @@ -0,0 +1,11 @@ +-prune +! -iname robots.txt +! -iname counter.txt +! -iname sitemap.\* +! -iname rss.\* +! -iname style.\* +! -iname .\* +! -path ./images/\* +! -path ./rss-bridge/\* + + |