DEV Community

n350071🇯🇵
n350071🇯🇵

Posted on

[Git] git ignores .gitignore

Thanks for the question & answer on StackOverFlow. It saved my day.

So, I save the way.

git rm -r --cached .
git add .
git commit -m "fixed untracked files"

🔗 Parent Note

Top comments (0)