From 6d1b9446274d1011f113c0abf5200e5ea2835d93 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 8 May 2026 20:37:27 -0500 Subject: [PATCH] fix: Update .gitignore for Hugo --- .gitignore | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 7cf59f16..ca204df2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,4 @@ -site -/i18n/ -/includes/*.*.* -!/includes/*.en.* -/static/i18n/ -/theme/overrides/*.*.* - -# commit social card fonts to repo -# see: https://github.com/squidfunk/mkdocs-material/issues/6983 -# ridiculous hide-and-seek https://stackoverflow.com/a/72380673 -.cache/* -!.cache/plugin -/.cache/plugin/* -!.cache/plugin/social -/.cache/plugin/social/* -!.cache/plugin/social/fonts - -# Local Netlify folder -.netlify -node_modules - -# Python -.venv -.env -.mkdocs-insiders-* - -# Automatically generated -includes/members.md +# Hugo output +public/ +resources/ +.hugo_build.lock