Skip to content
Merged
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 .code/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
26 changes: 22 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,28 @@ result
*~
*.code-workspace

# cli tools
.claude/
.antigravitycli/
# Local AI/LLM runtime state
#
# Every Code writes sensitive local state under .code/: prompts, agent output,
# Code Bridge subscriptions, Chronicle artifacts, logs, and work caches.
# Keep only the nested guard file trackable.
!/.code/
/.code/*
!/.code/.gitignore

# Antigravity stores local runtime/session state here.
/.antigravitycli/

# Claude project config may be intentional. Keep .claude/settings.json,
# .claude/agents/, and .claude/commands/ visible; ignore local overrides.
/.claude/settings.local.json
/.claude/settings.local.*.json

# Aider local history/cache. Keep .aider.conf.yml and .aiderignore visible.
/.aider.chat.history.md
/.aider.input.history
/.aider.llm.history
/.aider.tags.cache.*/

# Binary symlinks generated by dev-fast builds
codex-cli/bin/*-darwin
Expand Down Expand Up @@ -152,7 +171,6 @@ branches/

# coder directories
.coder/
.code/
*.override.*

# trigger: test non-notes change (no [skip ci])
Expand Down