Add binary attributes for image files

This commit is contained in:
nobody 2025-12-12 17:33:38 -08:00
commit 31c454a78c
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
4 changed files with 10 additions and 0 deletions

6
.gitattributes vendored Normal file
View file

@ -0,0 +1,6 @@
*.jpg binary
*.png binary
*.gif binary
*.jpeg binary
*.webp binary
*.ico binary

View file

@ -2,6 +2,10 @@
This repository contains implementations of the L-SEQ algorithm for fractional indexing, used to create naive list CRDTs (Conflict-free Replicated Data Types). L-SEQ provides a way to generate unique, sortable identifiers that can be inserted between any two existing identifiers, making it ideal for collaborative editing and distributed systems.
<p align="center">
<img class="hero-readme-img" src="docs/lseq-explained.webp" alt="Visualization of LSEQ tree structure" style="margin: 0 auto; max-height: 400px;" />
</p>
## Implementations
- **TypeScript**: `@peoplesgrocers/lseq` - Located in the `typescript/` directory

BIN
docs/lseq-explained.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
docs/lseq-explained.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB