https://bugs.kde.org/show_bug.cgi?id=495891
Bug ID: 495891 Summary: "exclude_patterns" does not work Classification: Applications Product: kate Version: 24.08.2 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: application Assignee: kwrite-bugs-n...@kde.org Reporter: madadi.ma...@gmail.com Target Milestone: --- Created attachment 175594 --> https://bugs.kde.org/attachment.cgi?id=175594&action=edit quick open lists all package.json files inside node_modules folder SUMMARY I have created .kateproject file with the following content but "exclude_patterns": [ "^node_modules" ] does not work. Without being able to exclude node_module folder, using quick open (ctrl+shift+o) is useless as thousands of files are listed. My .kateproject file content is as follows: ``` { "exclude_patterns": ["^node_modules"] } ``` OBSERVED RESULT include node_modules EXPECTED RESULT exclude node_modules SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 -- You are receiving this mail because: You are watching all bug changes.