WindsurfIgnore
By default, Windsurf Indexing will ignore:- Paths specified in
gitignore - Files in
node_modules - Hidden pathnames (starting with ”.”)
.codeiumignore file to your repo root, with the same syntax as .gitignore

Global .codeiumignore
For enterprise customers managing multiple repositories, you can enforce ignore rules across all repositories by placing a global.codeiumignore file in the ~/.codeium/ folder. This global configuration will apply to all Windsurf workspaces on your system.
The global .codeiumignore file uses the same syntax as .gitignore and works in addition to any repository-specific .codeiumignore files.