# Restrict access to DotFiles (like .htaccess, .env, .gitignore....)
# Do not remove if you are running Apache web server.
<FilesMatch"^\.">
Order allow,deny
Deny from all
</FilesMatch>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.