We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e3b05 commit cd70df7Copy full SHA for cd70df7
.gitconfig
@@ -0,0 +1,18 @@
1
+# Generated by nbdev_install_git_hooks
2
+#
3
+# If you need to disable this instrumentation do:
4
5
+# git config --local --unset include.path
6
7
+# To restore the filter
8
9
+# git config --local include.path .gitconfig
10
11
+# If you see notebooks not stripped, checked the filters are applied in .gitattributes
12
13
+[filter "clean-nbs"]
14
+ clean = nbdev_clean_nbs --read_input_stream True
15
+ smudge = cat
16
+ required = true
17
+[diff "ipynb"]
18
+ textconv = nbdev_clean_nbs --disp True --fname
source_nbs/.gitattributes
@@ -0,0 +1,2 @@
+**/*.ipynb filter=clean-nbs
+**/*.ipynb diff=ipynb
0 commit comments