Is there a file exclude pattern that you can define similar to what you can do with search results? Something like: ``` { "file_exclude_patterns": [ "app.css", "app.js", "*.crx", "*.xpi", "*.pyc" ] } ```
Is there a file exclude pattern that you can define similar to what you can do with search results?
Something like: