feat(commands): Add new commands for docs, git, and PR review (#7853)

This commit is contained in:
Allen Hutchison
2025-09-09 05:09:42 -07:00
committed by GitHub
parent 32992ff772
commit 5e56dff67a
4 changed files with 98 additions and 2 deletions
+8 -2
View File
@@ -3,8 +3,14 @@
.env~
# gemini-cli settings
.gemini/
!gemini/config.yaml
# We want to keep the .gemini in the root of the repo and ignore any .gemini
# in subdirectories. In our root .gemini we want to allow for version control
# for subcommands.
**/.gemini/
!/.gemini/
.gemini/*
!.gemini/config.yaml
!.gemini/commands/
# Note: .gemini-clipboard/ is NOT in gitignore so Gemini can access pasted images