fix: correct gitignore pattern to only exclude root binary

Changed 'lambda' to '/lambda' in .gitignore to prevent accidentally
hiding files in pkg/lambda/ directory. The pattern now correctly
excludes only the compiled binary at the repository root.

Also adds previously hidden pkg/lambda/iterator.go to the repository.
This commit is contained in:
2026-01-11 20:21:15 -05:00
parent d4f33c1658
commit da9ee0bcb0
2 changed files with 60 additions and 1 deletions

2
.gitignore vendored
View File

@@ -3,7 +3,7 @@
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
lambda
/lambda
*.exe
*.exe~
*.dll