Skip to content

Commit cd70df7

Browse files
committed
minor: minor change
1 parent 17e3b05 commit cd70df7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/*.ipynb filter=clean-nbs
2+
**/*.ipynb diff=ipynb

0 commit comments

Comments
 (0)