mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-07-15 21:27:00 +00:00
gitignore: Add AI agent files
Allow contributors to use local AI agent files without polluting the repository with brand-specific files. Further AI agent improvements will be done roughly following the same framework being used for Chromium [1]. [1] https://chromium.googlesource.com/chromium/src/+/HEAD/agents Change-Id: I791f318b4f9cad1705f94e05522089809097cc96 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/573601 Tested-by: Nasser Grainawi <nasser.grainawi@oss.qualcomm.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Mike Frysinger <vapier@google.com>
This commit is contained in:
committed by
gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
39c0b60900
commit
7f58543703
@@ -12,3 +12,8 @@ __pycache__
|
||||
|
||||
# PyCharm related
|
||||
/.idea/
|
||||
|
||||
# AI tool related.
|
||||
/AGENTS.md
|
||||
/CLAUDE.md
|
||||
/GEMINI.md
|
||||
|
||||
Reference in New Issue
Block a user