From f630fd330fa0a7d0b9b321ecc0a901f8b420ac44 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 4 Jun 2025 22:00:39 -0600 Subject: [PATCH] Add hugo.log to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2753bb1..6756dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -42,5 +42,8 @@ yarn-error.log* # Hugo cache /.hugo_build.lock +# Hugo dev server logs +hugo.log + # Claude Code directories .claude/ \ No newline at end of file