Files can be ignored b adding them to .gitignore
file in the root of the project directory.
node_modules
.env
or any environment variables- large media files
- If
vendor
is large, ignore it and provide a link to download - Any large files which can be downloaded (or built) anytime.