I have a file that suffers modification every time I run my project. Thus, I don't want git to track it and so I add it to my .gitignore file.
However, I do wish for the file to be pulled when cloning the project.
How can I achieve this?
Thanks in advance.