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 1eaf21f6a2
commit ef9469a417
4 changed files with 98 additions and 2 deletions

10
.gitignore vendored
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