Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ node_modules/
dist/
.env
.env*.local
# eval seed data may include a .env with well-known local demo keys
!evals/*/local/**/.env

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!evals/*/local/**/.env un-ignores .env for every eval, including ones that don't exist yet, so a future seed can commit a real credential without tripping the guard. deploy-functions-001 shows a forced add works for an exact fixture. Scope it to evals/resolve-sdk-001-legacy-key-migration/local/app/.env?

.DS_Store
results/*/
.sync-tmp/
Expand Down
Loading