<Files *>
  order allow,deny
  deny from all
</Files>

<Files ~ "\.(css|png|gif|jpg|jpeg|webp)$">
  order allow,deny
  allow from all
</Files>
