Manages a named section within the repository-root .gitattributes file.
name: Required non-empty section name used in the managed marker.text: Required exact.gitattributestext to place inside the managed section.
If .gitattributes does not exist, the convention creates it with the managed section. If the named section already exists, the convention replaces only that section. Other .gitattributes content is preserved.
conventions:
- path: Faithlife/CodingGuidelines/conventions/gitattributes-section
commit:
message: Update .gitattributes
settings:
name: generated-files
text: |
*.g.* linguist-generated=true