# .htaccess
<Files ~ "^(\.gitignore|\.git-ftp.log|composer.json|composer.lock|composer.phar|LICENSE|phpunit.xml.dist|README.md|\.rst)">
	Order Allow,Deny
	Deny from all
</Files>
