Remove large video files from git and add to gitignore

This commit is contained in:
root
2026-07-04 19:40:42 +03:30
parent 33e499d43b
commit be3a32f26c

5
.gitignore vendored
View File

@@ -6,3 +6,8 @@ logs/*
node_modules/
*.mp4
*.mov
storage/courses/videos/*.mp4
storage/posts/videos/*.mp4
*.mp4
*.mov
*.avi