I cannot seem to find the .Dotfile protection setting anymore? it used to be under Agents → Auto run settings i believe, and i cannot find documentation or release notes that it changed. Is this intentional or should it be configured through .ignore files only?
There isn’t a separate dotfile-specific toggle anymore, they’ve consolidated file protection into the general file-scoping rules the agent follows (your project’s.gitignore, any.cursorignore, or workspace/file permission rules)
hi @woutersteven while the setting has been removed we still have dotfile protection but it can not be disabled.
As Chris also mentioned you can still use .gitignore, .cursorignore (agent) and .cursorindexingignore (index) for fine tuning what each part should be allow to access or not.
Thank you for your reply, does that mean that .Dotfile protection is intended to be always ON and will always be ON? or will it change in the (near) future?
From what I see there is no further change planned. Note that Agents may find other ways to access or change dotfiles (scripting, terminal,…) therefore ensure no critical info is accessible from your development environment.
Best practices include read only DB account if production data must be accessed.
What was the purpose for which you used the dotfile protection setting? Enabling or disabling it?