I have a Plasmic Nextjs build and I see 139 next files in my changes to commit, yet I have a gitignore with:
# Next.js build output
.next
out
any clues?
I have a Plasmic Nextjs build and I see 139 next files in my changes to commit, yet I have a gitignore with:
# Next.js build output
.next
out
any clues?
did you try to restart vscode?
Yes, but will try again just incase.
do you have any other rules inside .gitignore
file? If yes, do these rules work as expected?
Yes I have .yarn/cache which helped reduce 100s.
But .next/cache has no effect
~also, I think you have to add /
after .next
to have it like this .next/
~
Not yet. I’ll try that