diff options
author | 2024-04-27 21:21:51 +0200 | |
---|---|---|
committer | 2024-04-27 21:21:04 +0100 | |
commit | de9307796340070c0b44e6325a902184ad65492a (patch) | |
tree | f7a873d1a4b14281580b0450ba77ee9290b22c3c /.gitignore | |
parent | Use same indent for all fail2ban options (diff) |
Move documentation to Hugo
Shortly before merge, the repository settings need to be updated to
set GitHub Actions as the deployment source, to prevent GitHub from
trying to build with Jekyll.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ vault_passwords +/docs/.hugo_build.lock +/docs/public/ venv .cache/ .vscode/ |