On 14. Oct 2004, at 12:38, José Campos wrote:
> Is there a simple pattern to include ".htaccess" files but not
> other
> hidden files?
This is the default pattern I use in the current beta:
^.*/(\.htaccess|(?!\.)[^/]*)$
Kind regards Allan