|
|
|
|
|
by jonhohle
242 days ago
|
|
Instead of excluding non-public directories, I like to make an explicit `public` directory (or `doc`, `doc-root`, whatever you want to call it). Then configure your server to point to that subdirectory and don’t worry about the repo. I usually throw `etc` and `log` directories at the top level as well and out my server config in etc, and have a gitignite rule to ignore everything in logs, but it’s there and ready for painless deployment. Since the web root is already a sub directory, more sensitive things can go into the same repo without worrying about exposing them. |
|