Skip to content

chore(redcode): ignore local scriptc and config scratch files - #202

Merged
filipeforattini merged 1 commit into
mainfrom
ignore-tool-scratch
Sep 11, 2026
Merged

chore(redcode): ignore local scriptc and config scratch files#202
filipeforattini merged 1 commit into
mainfrom
ignore-tool-scratch

Conversation

@filipeforattini

@filipeforattini filipeforattini commented Sep 11, 2026

Copy link
Copy Markdown

Problem

packages/redcode/.scriptc-zod/, scriptc.json and config.json are produced by local tooling runs and show up as untracked noise in every git status.

Fix

Add the three paths to packages/redcode/.gitignore.

Test

git status --short in the main checkout no longer lists them once this lands.

https://claude.ai/code/session_01KAcoL6wpgVEs2ebUrUGpHS


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

`.scriptc-zod/`, `scriptc.json` and `config.json` are generated by local
tooling runs inside packages/redcode and keep showing up as untracked in
`git status`. Ignore them so they never land in a commit by accident.

Claude-Session: https://claude.ai/code/session_01KAcoL6wpgVEs2ebUrUGpHS
@filipeforattini
filipeforattini merged commit f4734ec into main Sep 11, 2026
12 of 15 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.

1 participant