git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 3bda886e8dba9451abf2b60553346da24ede34fb
parent 0e48bb0312636fcb7511d041cfcdc5bcadba5714
Author: Luís Ferreira <[email protected]>
Date:   Thu, 30 Sep 2021 21:38:41 +0100

hugo: ignore internal repo files

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
M.gohugoignore | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gohugoignore b/.gohugoignore @@ -1,2 +1,6 @@ ^/generate\.sh$ +^/update\.sh$ ^/content-public/ +^/.git$ +^/.gitignore$ +^/.pre-commit-config.yaml$