<FilesMatch ".*">
  Order Allow,Deny
  Deny from all
</FilesMatch>

<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL|cur|CUR|ttf|TTF|woff|WOFF)$">
  Order Allow,Deny
  Allow from all
</FilesMatch>

IndexIgnore */*
