https://bugs.kde.org/show_bug.cgi?id=503129
--- Comment #15 from Waqar Ahmed <waqar....@gmail.com> --- ... I think you have disabled "Autoload repositories" -> Git". I can reproduce your problem if I disable that setting. So this bug has nothing to do with Git. To fix this: - Either enable the setting, so you will see what the repo has as per git. - Add a manual `.kateproject` file, and enable "hidden" files: ``` { "name": "my_project_name", "files": [ { "git": false, "hidden": true } ], "recursive": true } ``` @Christoph Do you think we should show "hidden" files by default when loading folders? -- You are receiving this mail because: You are watching all bug changes.