Add build directory to .gitignore

Prevent tracking of Gleam build artifacts and cache files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-18 14:16:03 -05:00
parent fdcb0b6c5b
commit 05d35150c3
No known key found for this signature in database

3
.gitignore vendored
View file

@ -42,3 +42,6 @@ k8s/secrets.yaml
/temp
server.log
# Gleam build directory
/build/