Files
afilmory/.gitattributes
Innei d62ecb34f1 chore: add Git LFS support for media files and update build scripts
- Introduced .gitattributes to manage large media files with Git LFS for various formats including HEIC, MOV, and JPG.
- Added a new build script in package.json for preparing demo data.
- Enhanced logging in the PhotoGalleryBuilder to include storage provider information.
- Updated the LocalStorageProvider to use the correct type for file stats.
- Added multiple new media files to the project.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-24 00:26:30 +08:00

5 lines
253 B
Plaintext

photos/*.HEIC filter=lfs diff=lfs merge=lfs -text
photos/*.MOV filter=lfs diff=lfs merge=lfs -text
photos/*.jpg filter=lfs diff=lfs merge=lfs -text
photos/**/*.{jpg,jpeg,png,gif,webp,svg,mp4,mov,avi,mkv,mp3,wav,flac} filter=lfs diff=lfs merge=lfs -text