-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (21 loc) · 1.04 KB
/
.gitattributes
File metadata and controls
26 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Mark generated lockfiles as generated code
Cargo.lock -diff linguist-generated
pnpm-lock.yaml -diff linguist-generated
# Mark our codegen as generated code
/.github/actions/publish-artifacts/dist/index.js -diff linguist-generated
/apps/desktop/src/commands.ts linguist-generated
/crates/sync/example/web/src/utils/bindings.ts linguist-generated
/packages/assets/**/index.ts linguist-generated
/packages/client/src/core.ts linguist-generated
# Mark copied-in code as vendored, removing from language statistics
/apps/landing/src/plugins/rehype-image-size.js linguist-vendored
# Mark docs and examples as documentation, removing them from language statistics
/apps/landing/posts/* linguist-documentation
/docs/* linguist-documentation
/crates/*/example/**/* linguist-documentation
/crates/*/examples/**/* linguist-documentation
# TEST: Ignore .tex files from language statistics
**/*.tex linguist-detectable=false
# Ignore TypeScript/JavaScript apps and extensions from language statistics
apps/** linguist-detectable=false
extensions/** linguist-detectable=false