.gitignore가 정상적으로 작동하지 않는다면?
// Delete repository cache all
git rm -r --cached .
// retracking with .gitignore
git add .
// commit
git commit -m "fixed untracked files"
// Delete repository cache all
git rm -r --cached .
// retracking with .gitignore
git add .
// commit
git commit -m "fixed untracked files"
new blog https://jihyo-jeon.github.io/