Filenames beginning with a dot are considered hidden by UNIX systems. Generally, it is a good idea to block direct access to these files.
If you wish to block the access to all of your hidden files, you can place this rule in your .htaccess file:
RedirectMatch 403 /..*$