Erdal TAŞKESENwww.erdaltaskesen.com·Mar 23, 2018Ignoring the .gitignore fileToday I have a small disagreement with GIT and gitignore rules. When you add a file to a GIT repository, it is tracked by GIT. Then adding it to .gitignore won’t make GIT forget about that file. In this post, I will explain how to stop GIT from track...54 readsGit