Skip to content

Commit

Permalink
Better comments in gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Sep 17, 2019
1 parent 53f4896 commit 955cfe8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Notebook stuff, use filter to modify file when it is staged, use
# the diff to modify files before comparing in git diff
# Strips notebook output for diffs and when staging files
# Download with 'pip install nbstripout'
# See: https://github.com/kynan/nbstripout
*.ipynb filter=nbstripout
*.ipynb diff=ipynb

0 comments on commit 955cfe8

Please sign in to comment.