https://bugs.kde.org/show_bug.cgi?id=472840
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED CC| |waqar....@gmail.com Resolution|--- |NOT A BUG --- Comment #1 from Waqar Ahmed <waqar....@gmail.com> --- You need to disable "Auto load -> git" in project settings and then load a folder. Alternatively put a `.kateproject` file a the root of the folder with following content: ``` { "name": "project name", "files": [ { "git": 0 } ], "exclude_patterns": [ "regex to exclude" ], } ``` Check the kate docs for more info about .kateproject file or see the ref file at `/usr/share/kateproject/kateproject.example` -- You are receiving this mail because: You are watching all bug changes.