build
Nextjs cache gitignore 배포 적용 문제 해결
Next.js에서 업로드시 gitignore가 적용되지 않는 문제가 있었습니다 해결방법은 다음과 같습니다 git rm -rf --cached . git add . git commit -m '메시지 작성'
Next.js에서 업로드시 gitignore가 적용되지 않는 문제가 있었습니다 해결방법은 다음과 같습니다 git rm -rf --cached . git add . git commit -m '메시지 작성'