I cannot ignore pycache and db.sqlite on Django even though it refers them at .gitignore
As follows, I've solved the problem.
git rm -r --cached . # will delete whole git history, use with caution
git add .
git commit -m
git push ~
As follows, I've solved the problem.
git rm -r --cached . # will delete whole git history, use with caution
git add .
git commit -m
git push ~