I was wondering if there is a way to automatic pull from git without overwriting files in a certain folder, I already discovered a way to automatic pull and overwrite local data but we also have log files/player logs which must be excluded from the pull.
Is there anyway to do this through gitignore? (I am still new to git and tried to exclude the folder and including files without success so far)
Thanks in advance!