stockage de fichiers gros

first install git large file storge from: https://git-lfs.github.com

then go to the repository and open the trminal and write:
git lfs install

track files:
git lfs track "*.bat"
git lfs track "assets/*"

then add commit and push:
git add .
git commit .
git push
Shakedcode