-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (36 loc) · 2.13 KB
/
Copy path.gitattributes
File metadata and controls
38 lines (36 loc) · 2.13 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
27
28
29
30
31
32
33
34
35
36
37
38
.yarn/** linguist-vendored
.yarn/releases/* binary linguist-vendored
# The single source of truth for "which files are generated".
#
# Consumers that can ask git directly do so instead of repeating these paths:
# - .github/workflows/claude-code-review.yml ':(exclude,attr:linguist-generated)'
# - .claude/hooks/generated-files-guard.ts git check-attr
# - .claude/agents/*, skills/* git check-attr
# .coderabbit.yaml and biome.json cannot read gitattributes, so they repeat the
# list by hand; update them alongside this file.
#
# The css packages are listed per subtree because they also hold hand-written
# sources -- theming/, breakpoints/, scale-feedback/ and qvism.config.mjs.
packages/css/vars/** linguist-generated
packages/css/recipes/** linguist-generated
packages/css/*.css linguist-generated
packages/lynx-css/vars/** linguist-generated
packages/lynx-css/recipes/** linguist-generated
packages/lynx-css/*.css linguist-generated
packages/qvism-preset/src/vars/** linguist-generated
packages/qvism-preset/src/token.css linguist-generated
packages/qvism-preset/src/tokens.ts linguist-generated
packages/lynx-qvism-preset/src/vars/** linguist-generated
packages/lynx-qvism-preset/src/token.css linguist-generated
packages/lynx-qvism-preset/src/tokens.ts linguist-generated
packages/tailwind3-plugin/src/index.ts linguist-generated
packages/tailwind4-theme/index.css linguist-generated
packages/rootage/components/schema.json linguist-generated
docs/public/__docs__/index.json linguist-generated
**/__generated__/** linguist-generated
**/__registry__/** linguist-generated
# Build output. Gitignored, so it never reaches a diff -- listed so the
# edit-time guard hook can recognise it through the same attribute.
packages/**/lib/** linguist-generated
ecosystem/**/lib/** linguist-generated
**/dist/** linguist-generated