diff options
author | 2024-06-16 13:24:55 +0200 | |
---|---|---|
committer | 2024-06-16 13:25:37 +0200 | |
commit | eb9dc36a12ad475d35881f20bd45708d99fe370e (patch) | |
tree | 507bd8f9f84bc5cf63e62740e3c3a9981f49f925 /.gitignore | |
parent | Add tooling documentation (diff) |
Ignore generated Hugo resources
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ vault_passwords /docs/.hugo_build.lock /docs/public/ +/docs/resources/ venv .venv .cache/ |