mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
44414af085
Introduces a 'thumbnail' field to the Canvas model and updates all storage backends (AWS S3, filesystem, memory, and SQLite) to handle storing and retrieving this field. Also updates the API handler to accept and save the thumbnail, and switches SQLite driver to modernc.org/sqlite for improved compatibility. Updates .gitignore to exclude .db files.
12 lines
113 B
Plaintext
12 lines
113 B
Plaintext
dist/
|
|
frontend/
|
|
!frontend/.keep
|
|
excalidraw-complete
|
|
*/node_modules
|
|
*/dist
|
|
node_modules
|
|
.env
|
|
*.env
|
|
*/build/*
|
|
*.db
|