Use .gitignore File After the Fact
Normally, the .gitignore file will not ignore a file or directory once that file or directory has been committed to the repo. So if you create your .gitignore file after the fact for some reason, what do you do? To use the .gitignore file after commits have been made to the file or directory you wish to ignore,… Read more Use .gitignore File After the Fact