-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (17 loc) · 953 Bytes
/
Copy path.gitattributes
File metadata and controls
22 lines (17 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Mark auto-generated artifacts as such so GitHub collapses them in the
# diff view and they are excluded from language stats. The files are
# regenerated by the build pipeline; reviewers should not need to read
# the diffs.
# JSON Schemas emitted from Zod by tools/generate-json-schema.ts
docs/static/schemas/*.schema.json linguist-generated=true
# Synced template manifest emitted by `pnpm sync:template`
template/appkit.plugins.json linguist-generated=true
# TypeScript types emitted by tools/generate-registry-types.ts and
# tools/generate-plugin-entries.ts
packages/appkit/src/registry/types.generated.ts linguist-generated=true
packages/appkit/src/plugins/*-exports.generated.ts linguist-generated=true
# Typedoc API reference generated from JSDoc + inferred types
docs/docs/api/** linguist-generated=true
# pnpm lockfile is generated; reviewers care about package.json changes,
# not the lockfile diff
pnpm-lock.yaml linguist-generated=true