You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.antigravity.md synced by default — Google Antigravity (IDE and CLI share config) reads an Antigravity-specific project context file, .antigravity.md, which takes precedence over the legacy GEMINI.md when both exist. It's now included in the default targetFolders alongside .agents and AGENTS.md, completing Antigravity support.
Cursor ignore files synced by default — added .cursorignore (files the AI cannot access) and .cursorindexingignore (files excluded from indexing). These live at the repo root rather than inside .cursor/, so they weren't previously covered. Syncing them lets you standardize AI file-access rules — e.g. blocking .env, keys, and build artifacts — across every project.