for example here is my global gitignore ``` .history // ... ``` and my project gitignore ``` /vendor // ... ``` yet i still need to add the global items to serena config or they will be indexed ``` ignored_paths: [ ".history", // ... ] ``` <img width="574" height="68" alt="Image" src="https://github.com/user-attachments/assets/56871cc0-fcb7-4711-bf21-90c4ba2a6f74" />