You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually suspect that .gitignore is not being respected completely. My frontend build files were also added as references even though I added the frontend/build dir to the main .gitignore
In a monorepo setup, I have a
.gitignore
in root dir and another in a subdir. The CLI seems to only respect the top one and nothing else.The text was updated successfully, but these errors were encountered: