Tag: git
All the articles with the tag "git".
How to fix git not ignoring files or folder that is just added to the .gitignore file?
Published: at 03:52 AMIf a file is already tracked by git and if you try to remove it by adding it to the .gitignore file, it may sometimes not ignore the file properly.