Skip to content

Commit 370b682

Browse files
joe4devclaude
andcommitted
chore: ignore root-level go build artifacts
go build without -o drops binaries in the working directory; the Makefile targets use -o bin/... (already ignored) but a direct go build shortcut would leave stray files. Add aws-lambda-rie and ls-api to .gitignore. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 04f1409 commit 370b682

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/pkg
22
/build
33
/bin
4+
aws-lambda-rie
5+
ls-api
46
*.swp
57
*.iml
68
tags

0 commit comments

Comments
 (0)