Re: Show .gitignore-d files
Giovanni Santini <[email protected]> Wed, 12 Jun 2024 14:07:57 +0200
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <[email protected]> |
Hi Waqar, On 2024-06-12 12:09, Waqar Ahmed wrote: > This option is already available. Just disable autoloading of git > repos in settings. Then open the folder with kate e.g kate > /path/to/project > > Alternatively use a .kateproject file > When opening a folder, the items are shown in the Project tab and that causes the weird behavior. This is due to the fact that *findGitFiles()* (or whatever is called) will miss those files, so one needs to open a file via a file explorer when the implicit promise from "Open Folder" is "show me all the folder files". -- Giovanni Santini