Skip to content

Commit b4661cd

Browse files
Mark rendered SEP docs as linguist-generated
The `render-seps.ts` script generates `docs/community/seps/index.mdx` and individual SEP pages like `docs/community/seps/1850-*.mdx`. Mark these with `linguist-generated=true` so GitHub collapses them in diffs. The `[0-9]*` pattern avoids accidentally matching non-generated files that don't start with a digit.
1 parent 9977afa commit b4661cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ package-lock.json linguist-generated=true
22
schema/*/schema.json linguist-generated=true
33
docs/specification/*/schema.md linguist-generated=true
44
docs/specification/*/schema.mdx linguist-generated=true
5+
docs/community/seps/index.mdx linguist-generated=true
6+
docs/community/seps/[0-9]*.mdx linguist-generated=true

0 commit comments

Comments
 (0)