Created attachment 156469 [details] Project filter configuration with the requested filter SUMMARY By default, the project view's filters exclude all hidden files with some specific overrides such as `.travis.yml` and `.gitlab-ci.yml`. It would be nice if a default project filter included `.github*` for both files and folders so github configuration and CI files are similarly accessible. STEPS TO REPRODUCE 1. Clone a git repository that uses GitHub workflows (e.g. https://github.com/charliermarsh/ruff) 2. Open the project in KDevelop OBSERVED RESULT .github directory is available EXPECTED RESULT .github directory is not SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Neon (available in About System) KDE Plasma Version: 5.27.0 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION The requested filter is shown in the attached screenshot
I've made a merge request to fix this: https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/443