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
SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
3
Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
1-3 hours
AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
fresh
KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
clear
Voraussetzungen
ReactElectronFile system operations
EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
65
Research-Richtung
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.