-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
15 lines (13 loc) · 825 Bytes
/
Copy path.gitattributes
File metadata and controls
15 lines (13 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Normalize all text to LF in the repo and on checkout, so vendored bundles
# (e.g. canvas-kit's kit/vendor/*.mjs) stay byte-identical across platforms and
# byte-parity tests never see spurious line-ending diffs.
* text=auto eol=lf
# Binary assets — never apply line-ending normalization.
*.png binary
*.jpg binary
*.gif binary
# Vendored, generated bundles — keep diffs collapsed in review.
skills/create-canvas-app/kit/vendor/lucide.mjs linguist-vendored linguist-generated
skills/create-canvas-app/kit/vendor/preact-htm-standalone.mjs linguist-vendored linguist-generated
skills/create-canvas-app/reference/decision-log/canvas-kit/vendor/lucide.mjs linguist-vendored linguist-generated
skills/create-canvas-app/reference/decision-log/canvas-kit/vendor/preact-htm-standalone.mjs linguist-vendored linguist-generated