Skip to content

Commit da2b5fc

Browse files
committed
chore: remove git lfs asset tracking
1 parent 1019425 commit da2b5fc

381 files changed

Lines changed: 1205 additions & 409 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/reference/content-frontmatter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Required fields:
2323
Optional fields:
2424

2525
- `keywords` (string array)
26+
- `image` (`true` or `{ format: string }`) — hero image flag. Presence means the post has a hero image in R2 at `website/blog/{post-slug}/image.{format}`; use `image: true` for the default `image.png` or `image: { format: "gif" }` for another extension. The URL is derived from the slug and dimensions are fixed (2:1), so do not write `src`, `width`, or `height`. Resolved by `website/src/lib/postImage.ts`.
27+
- `unpublished` (boolean)

.gitattributes

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
# Do not add Git LFS filters here. jj can snapshot raw working-tree bytes
2+
# without running Git LFS clean filters, so large public assets belong in R2.
3+
14
* text eol=lf
25
*.png binary
36
*.jpg binary
47
*.jpeg binary
5-
*.gif filter=lfs diff=lfs merge=lfs -text
6-
*.tar filter=lfs diff=lfs merge=lfs -text
7-
*.tar.gz filter=lfs diff=lfs merge=lfs -text
8-
*.tgz filter=lfs diff=lfs merge=lfs -text
9-
engine/packages/test-snapshot-gen/snapshots/** filter=lfs diff=lfs merge=lfs -text
8+
*.gif binary
9+
*.tar binary
10+
*.tar.gz binary
11+
*.tgz binary
12+
*.sst binary
1013

1114
**/Cargo.lock linguist-generated=true
1215

-10.5 KB
Binary file not shown.
-1.85 MB
Binary file not shown.
-25.2 KB
Binary file not shown.
-23.8 KB
Binary file not shown.
-32.6 KB
Binary file not shown.
-30.1 KB
Binary file not shown.
-26.1 KB
Binary file not shown.
-18.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)