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.
This commit is contained in:
Alex Verkhovsky 2025-11-20 10:33:14 -08:00 committed by GitHub
parent a6f089cfd2
commit da00b295a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -67,5 +67,4 @@ z*/
.bmad .bmad
.claude .claude
.agent
.codex .codex