git 명령어1 ![잘못 push한 commit 되돌리고 다시 올리기] / .gitignore에서 특정 파일이 무시되는 문제 해결 ✏️ 내가 겪은 문제 gitignore에 적었음에도 특정 폴더만 gitignore을 ignore🤣 무시하는 문제가 있어서 찾아보다가 방법 중 git rm -rf --cached . 방법이 있어서 해봤는데.. [참고] https://stackoverflow.com/questions/3833561/why-doesnt-git-ignore-my-specified-file Why doesn't Git ignore my specified file? I added the following line to .gitignore: sites/default/settings.php but when I type git status it shows the file as unstaged file. What's the problem?.. 2023. 1. 5. 이전 1 다음