I have some data files that need to be stored along with source code. These data files are large, but I don't need to keep their versions. I only need to keep the versions of the source code.
git-annex is mainly for large files with version. Therefore, it is not suitable for my situation.
Does anybody know whether there is a way to use git to manage source code (with version) as well data files (without version)?