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:
parent
fdcb0b6c5b
commit
05d35150c3
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -42,3 +42,6 @@ k8s/secrets.yaml
|
||||||
|
|
||||||
/temp
|
/temp
|
||||||
server.log
|
server.log
|
||||||
|
|
||||||
|
# Gleam build directory
|
||||||
|
/build/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue