I want to ensure that my team members can ignore all files when they accidentally open the project with cursor, because there is no guarantee that .cursorignore exists. The solution I have found so far is to set a global ignore, but this requires each member to set it themselves when opening cursor for the first time. Is there any other recommended method?
1 Like