Fix .gitignore if not working correctly

Category: Git

.gitignore fix


  • git rm -r --cached .
  • git add .
  • git commit -m ".gitignore Fixed"