I have a SOLO project is on early phrase and on-going design and change the scheme any times.
And I want commit the projects with the LocalDB .MDF & .LDF files (under 50MB) to the REPO.
The reason I commit the localdb is not for versioning, it is just backup.
It is success commit or clone the repo and restore the database.
But should I do something to make GIT better deal with .MDF and .LDF?
For example, set the parameter on gitattribute to force Git to consider .MDF/.LDF as binary file?