Skip to content

chore(gitignore): replace examples/**/*.jsonl with *.jsonl#680

Merged
evalstate merged 1 commit intoevalstate:mainfrom
strato-space:chore/upstream-ignore-all-jsonl
Feb 11, 2026
Merged

chore(gitignore): replace examples/**/*.jsonl with *.jsonl#680
evalstate merged 1 commit intoevalstate:mainfrom
strato-space:chore/upstream-ignore-all-jsonl

Conversation

@iqdoctor
Copy link
Contributor

Summary

Replace a narrow ignore pattern with a global one:

  • from: examples/**/*.jsonl
  • to: *.jsonl

Why

JSONL artifacts are generated in multiple paths (not only under examples/).
Using a global ignore keeps working trees clean during local/dev test runs.

Change scope

  • .gitignore only (1 line)

@evalstate evalstate merged commit 8233a78 into evalstate:main Feb 11, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants