Whenever I add ignored files (for instance if I have examplefolder/* in my ignore file and I want to push only one file in that folder up to the remote repo) it will add the file and then push to the repo, but when someone else pulls the updated code they will have to go through the same process of forcing those files to be tracked. Is there any way around adding files more than once?
Thanks in advance.