Skip to content

chore(gitignore): ignore local LLM runtime state#240

Merged
cbusillo merged 2 commits into
mainfrom
chore/ignore-llm-runtime-state
May 30, 2026
Merged

chore(gitignore): ignore local LLM runtime state#240
cbusillo merged 2 commits into
mainfrom
chore/ignore-llm-runtime-state

Conversation

@cbusillo
Copy link
Copy Markdown
Owner

Summary

  • treat Every Code .code/ and Antigravity .antigravitycli/ as local runtime/private state
  • keep config-capable LLM folders visible while ignoring known local-only leaves such as Claude local settings and Aider history/cache
  • add .code/.gitignore as a nested guard so .code/ self-protects local contents

Rationale

.code/ can contain prompts, agent output, Code Bridge subscriptions, Chronicle artifacts, logs, and work caches. This PR keeps those private by default without hiding intentionally tracked repo config such as .codex/skills and .codex/environments.

Verification

  • ./build-fast.sh
  • git check-ignore --no-index spot checks for ignored private leaves and visible config paths

Local follow-up

Also narrowed the active global Git excludes file at ~/.gitignore_global and mirrored the same runtime-only block to ~/.config/git/ignore.

@cbusillo cbusillo merged commit 2b6fb20 into main May 30, 2026
1 check passed
@cbusillo cbusillo deleted the chore/ignore-llm-runtime-state branch May 30, 2026 21:45
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