I often keep the source images (sometimes rather large) in the same posting directory, but add the files to .gitignore. This way the files are not checked in into the repository, and not deployed to the website.
However the size check for files still finds these files, and claims that large files are found.
Ignore all files which are ignored in git as well.
I often keep the source images (sometimes rather large) in the same posting directory, but add the files to
.gitignore
. This way the files are not checked in into the repository, and not deployed to the website.However the size check for files still finds these files, and claims that large files are found.
Ignore all files which are ignored in
git
as well.