Commit 370b682
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
0 commit comments