fix: add lambda binary to .gitignore
Adds the lambda binary to .gitignore to prevent accidentally committing the build artifact. Previously only *.exe was ignored, which didn't cover the Unix binary name. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,6 +9,9 @@
|
|||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
lambda
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user