Simply adding a blank/ 0 byte text file named "index.html" will prevent this directory list from being displayed, however another way to disable directory listing is by adding the following line to the .htaccess file in your public_html folder of your web hosting account :
Options -Indexes
That’s it, with this line in place, folders which do not contain index files will no longer show the default directory list.