Is there any shortcut / setting to ignore all breakpoints without necessarily deleting them from the code?
Menu Debug - > Disable All Breakpoints
Debug
Disable All Breakpoints
Otherwise, just deleting or in some cases not letting you enter where you have breakpoints with F10 or you can quit running the current method with SHIFT + F11 which will skip the bps still existing in it but not outside it.