mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
dd06dd89d1
The showcase framework directories better reflect their role as integration examples rather than distributable packages. Renames showcase/packages/ -> showcase/integrations/ and updates the test docker-compose file reference accordingly.
8 lines
522 B
Plaintext
8 lines
522 B
Plaintext
# Sample multimodal demo binaries (PNG + PDF) must stay as regular
|
|
# binaries — not LFS pointers — so deploy environments without `git lfs pull`
|
|
# (Railway, in particular) serve the actual files. LFS tracking for other
|
|
# PNG/PDFs under this package inherits from the repo-root .gitattributes.
|
|
public/demo-files/sample.png -filter -diff -merge binary
|
|
public/demo-files/sample.pdf -filter -diff -merge binary
|
|
# Voice demo sample audio follows the same convention.
|
|
public/demo-audio/sample.wav -filter -diff -merge binary |