Thanks for your review! I'm having an issue with the files in the /.next folder that are generated on each build and are somehow not ignored by git despite being in the .gitignore file, so I end up committing them accidentally.. Any idea how to resolve this?
You are viewing a single comment's thread from:
You can use
git rmiirc. Once it's removed it should be properly ignored.That did the trick, thanks!