Git methodology for text files -


i have project builds large data base several text files (csv/json).

in first few days when had 10~ files added them git, got 100~ (total size 70mb) , number grow.

what best methodology handle large text files in project?

a possible solution make zip of every file (the size reduce 225kb 1.2mb per file) , support in code (extract , use it) think there better ways handle situation.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -