From 54f505e548bd6d2af70ce55fefbea34954f227df Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 22 Apr 2025 21:39:35 +0200 Subject: [PATCH] devlog: add entry about new git ignore support --- content/devlog/2025.smd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/devlog/2025.smd b/content/devlog/2025.smd index 3c345f4..5f301dc 100644 --- a/content/devlog/2025.smd +++ b/content/devlog/2025.smd @@ -16,6 +16,16 @@ You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss') devlog entries in the [archive](/devlog/). +## [Ignore files ignored by git]($section.id("2025-04-22T21:36:00")) + +Flow now loads the project file list from git if the project is contained in a git repository. This +means that files ignored by git via it's many configuration options are now also ignored by the +flow file browser. Explicitly specifying the path to a file will still open it in flow and also +store it in the project's most recently used files list. + +Also, the branch widget is now included in the default configuration of the status bar. + + ## [New widget: branch]($section.id("2025-04-20T23:15:00")) Added a statusbar widget called `branch` that shows the current git branch if the current project