<IfModule mod_autoindex.c>
	IndexIgnore .htaccess ..
	IndexOptions HTMLTable SuppressSize SuppressLastModified FoldersFirst FancyIndexing DescriptionWidth=* NameWidth=*
	
	AddDescription "Script file - MIT license active" *.js
	AddDescription "The readme file" _README.md
	
	ReadmeName 	README
</IfModule>
