-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (42 loc) · 1.09 KB
/
Copy path.gitattributes
File metadata and controls
44 lines (42 loc) · 1.09 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
39
40
41
42
43
44
# Pin LF line endings for text files cross-platform
* text=auto eol=lf
*.sh text eol=lf
# Binary file declarations
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.glb binary
*.gltf binary
*.mp3 binary
*.mp4 binary
*.wav binary
*.webm binary
*.pdf binary
*.zip binary
*.tar binary
*.gz binary
*.tgz binary
*.db binary
*.sqlite binary
*.wasm binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
# Sorted catalogs and barrels: one line per module, so concurrent branches
# conflict on the same insertion hunk. `union` keeps both sides;
# scripts/catalog-merge-union.test.js catches a doubled or resurrected line
# and pins this list to the barrel list in scripts/ci-test-plan.js. Rationale
# and rules: AGENTS.md "Module Organization".
server/lib/README.md merge=union
server/lib/index.js merge=union
client/src/lib/README.md merge=union
client/src/lib/index.js merge=union
client/src/hooks/README.md merge=union
client/src/hooks/index.js merge=union
client/src/utils/README.md merge=union
client/src/utils/index.js merge=union
client/src/services/README.md merge=union