From fd56b1492f945c55a50a9c8cbedc58c38214f57f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 10 Jul 2025 21:34:50 -0700 Subject: [PATCH] chore: add server.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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 99d9898..0898abc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ vite.config.ts.timestamp-* *storybook.log storybook-static backups/ +server.log