Options -Indexes
DirectoryIndex index.html

<FilesMatch "^\.">
  Require all denied
</FilesMatch>

<FilesMatch "\.(env|example|lock|json|md|yml|yaml)$">
  Require all denied
</FilesMatch>
