From 14e39093cfa388e7c49526c7742b3c72068be55f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 13 Feb 2026 18:09:53 +0100 Subject: [PATCH] Ajout .gitignore. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4da6fac --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ctas +tags + +# Hugo build destination +public + +# vim: set tw=80 ts=4 sw=4 sts=4 nospell: