# Disable Directory listing
Options -Indexes

# block files which needs to be hidden, specify .example extension of the file
<Files ~ "\.(json)$">
    Order allow,deny
    Allow from all
</Files>