So I have a repo random-words
in there there's randomwords.py, test.bat, some other files, and then 5 large dictionaries .dic, each 20mb large.
Whenever I clone, push or pull into the repo random-words
I want to ignore these .dic files. I already have them committed into repo once, just to have them, and then I'd like to ignore them from everything I do now. I'll just manually copy/paste the .dic when I need them.
How do I do that in git?