From 04265c8a968e6a4a9b6c2ab8ebe1c6129262b07d Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 20 Nov 2025 11:24:09 -0700 Subject: [PATCH] fix: remove .agent from gitignore for Antigravity workflow access 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