Check amout of size with consider .gitignore files.
Put this cmd.
git ls-files \
| xargs du -ch \
| grep total$
Thank you!
The study blog from marearts.com
Computer Vision & Machine Learning Research Laboratory
Put this cmd.
git ls-files \
| xargs du -ch \
| grep total$