<Files *.*>
Order Deny,Allow
Deny from all
</Files>
<Files ~ "\.(js|css|gif|png|jpg|woff|woff2|svg|cur)$">
Order Allow,Deny
Allow from all
</Files>