sometimes we forget to put all the files which need to be ignored before pushing it to the repo. Later, when we add the file in the .gitignore file, the file still shows up in the untracked list. Today we will learn how can get fix the .gitignore issue. Before moving with the next step,