fix: actually add hero video to public/ (was gitignored)

Previous rename dropped the file: public/hero-bg.mp4 was listed in
.gitignore, so the move deleted it from git without re-adding.
Remove the ignore rule and commit the video as LFS so the hero
background plays.
This commit is contained in:
Mohammad Jebeli 2026-05-31 20:27:58 +03:30
parent 0fafaa3324
commit bdf768ff40
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -22,4 +22,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?
public/hero-bg.mp4