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:
parent
a6f089cfd2
commit
da00b295a9
|
|
@ -67,5 +67,4 @@ z*/
|
|||
|
||||
.bmad
|
||||
.claude
|
||||
.agent
|
||||
.codex
|
||||
|
|
|
|||
Loading…
Reference in New Issue