From da00b295a957ef3b6a9416d82a071baae58ef618 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 20 Nov 2025 10:33:14 -0800 Subject: [PATCH] fix: remove .agent from gitignore for Antigravity workflow access (#953) Antigravity respects .gitignore rules which blocks access to workflow files in .agent/workflows/, preventing custom workflows from being discovered. Removing .agent from gitignore to allow Antigravity to scan workflow files. Note: Codex and Claude Code ignore .gitignore when scanning for custom prompts, so this only affects Antigravity users. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0acde458..0c3840de 100644 --- a/.gitignore +++ b/.gitignore @@ -67,5 +67,4 @@ z*/ .bmad .claude -.agent .codex