How to prevent directory listing of your website

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "July 12, 2014";

(1)create a .htaccess file at your root directory
(2)add following code in this file

IndexIgnore *

}