You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use this git extension to code under Micropython. Many times the cell outputs are not important, because there are just running outputs or scrambled serial data from the microcontroller. I don't need to commit this information. I would like an option to ignore output cells.
Describe the solution you'd like
An option to ignore the output cells (for diffs, commits, etc). So only code cells are relevant for the git operations.
Describe alternatives you've considered
I clear manually the output cells before comparing or committing.
Thanks for this extension, very useful anyway.
Additional context
Python package version:
Extension version:
Git version:
Operating System and its version:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use this git extension to code under Micropython. Many times the cell outputs are not important, because there are just running outputs or scrambled serial data from the microcontroller. I don't need to commit this information. I would like an option to ignore output cells.
Describe the solution you'd like
An option to ignore the output cells (for diffs, commits, etc). So only code cells are relevant for the git operations.
Describe alternatives you've considered
I clear manually the output cells before comparing or committing.
Thanks for this extension, very useful anyway.
Additional context
The text was updated successfully, but these errors were encountered: