From 300420ec39df9250d96ec3b2035263285081b754 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 13 Feb 2026 18:09:53 +0100 Subject: [PATCH] Ajout lock hugo dans .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4da6fac..4e1f5c8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ tags # Hugo build destination public +# Hugo build lock +.hugo_build.lock + # vim: set tw=80 ts=4 sw=4 sts=4 nospell: