-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignoring diffs does not work #774
Comments
Does the behavior change if you change it from |
That fixes it! Oh boy, that was a very silly mistake on my part. Thanks a lot! |
Actually, that causes a new problem. The extension crashes with the following error message:
My current config file is:
Any idea what might be wrong with it? |
Again, my bad .. looks like the config expects the Ignore to be a dict: |
The following is the config I am trying to use in order for nbdime to ignore certain metadata as well as outputs for the purpose of displaying diffs under
git diff
and to prevent any data in there from being committed.When I verify it, I see:
which tells me that the configuration was successfully applied.
However, when I look at a
git diff
, I still see all the metadata begin diffed.When I use nbdime directly for the diff, with the config file specified, I get the following error:
Is this a bug with nbdime or am I doing something wrong?
The text was updated successfully, but these errors were encountered: