Ignoring the .gitignore file
Today 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...
Mar 23, 20182 min read55


