Update gitignore to ignore md files for AI agents
OpenStack uses .rst for docs, so .md files can all be ignored, which covers the AGENT.md files used for AI coding assistants. Change-Id: Iee831d19b9974a2911123332d19be0b554e4b74e Signed-off-by: Emma Foley <efoley@redhat.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -56,3 +56,7 @@ ChangeLog
|
||||
|
||||
# generated docs
|
||||
doc/source/ref/
|
||||
|
||||
# Files used by AI agents for instructions, rules and project context
|
||||
# md is also used for docs, but we can ignore them since openstack uses rst
|
||||
*.md
|
||||
|
||||
Reference in New Issue
Block a user