Order Deny,Allow
Deny from all

<FilesMatch ".(js|css|map)$">
    Order Allow,Deny
    Allow from all
</FilesMatch>