From 05d35150c373f9109004d03d8f28baaadf885178 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 18 Jul 2025 14:16:03 -0500 Subject: [PATCH] Add build directory to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevent tracking of Gleam build artifacts and cache files 🤖 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 07bf16e..204ec2e 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ k8s/secrets.yaml /temp server.log + +# Gleam build directory +/build/