It would be nice if folders could be ignored without adding them to the config file manually:
Contributor guide
Tech stack
javascriptreactnodejselectron
Domain
desktopdeveloper experience
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
ReactElectronFile system operations
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
65
Research direction
Start by exploring the Bruno codebase to understand how context menus are implemented for folders. Look for existing menu items in the renderer process that handle file/folder actions. Identify where folder ignore logic is currently managed via config file (likely in a store or config module). The goal is to add a new 'Ignore Folder' menu item that triggers an update to the config without manual file editing. Relevant files may include those in the 'src' directory related to folder components and menu handlers. The JIRA issue (https://usebruno.atlassian.net/browse/BRU 3462) may provide additional context.