# Deny access to all files by default
Order deny,allow
Deny from all

# Allow access to asset files
<FilesMatch "\.(css|js|png|jpg|jpeg|gif|svg|ico|woff|woff2|ttf|otf)$">
    Allow from all
</FilesMatch>
