It would be nice if folders could be ignored without adding them to the config file manually:
Guida contributor
Tech stack
javascriptreactnodejselectron
Dominio
desktopdeveloper experience
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
fresh
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
ReactElectronFile system operations
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
65
Direzione di ricerca
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.