.gitignore not tracking all added files in the backend code example
Example: updated gitignore not working
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
git rm -r --cached .
git add .
git commit -m "fixed untracked files"