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.