Show Navigation
Conversation
Notices
-
Is there a recommended way to block access to things like https://social.heckin.tech/INSTALL? I don't want to just delete them and it's all tracked in Git anyway so they will show back up when I pull. Think .htaccess is the best way?
-
@mark I just saw this now sorry, it got drowned out in my timeline at the time, I guess, but you can either add it to .htaccess (I usually do something like make anything but index.php in the root dir give a permission denied error), or you can delete them and gitignore the file in your own repo, which shouldn't pull it when you do.