mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- 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>
5 lines
253 B
Plaintext
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
|