git rm -r --cached .
git add .
git commit -m "gitignore 적용"
터미널에서 위 명령어를 통해서 해결이 가능합니다.
'Error > 개발환경' 카테고리의 다른 글
SourceTree 무반응, 안켜짐, 실행안될때 (0) | 2023.06.20 |
---|---|
[SpringBoot Data JPA] 'Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set' 오류 (0) | 2023.04.23 |
CORS 에러 (0) | 2022.06.27 |
스프링부트 no main manifest attribute in 에러 (0) | 2022.06.27 |