mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
Jupyter notebooks are always created with LF (on Windows)
This commit is contained in:
parent
eeb2ca9a67
commit
e6c7493af6
@ -21,7 +21,7 @@
|
||||
*.pyd binary
|
||||
|
||||
# Jupyter notebook
|
||||
*.ipynb text
|
||||
*.ipynb text eol=lf
|
||||
|
||||
# Note: .db, .p, and .pkl files are associated
|
||||
# with the python modules ``pickle``, ``dbm.*``,
|
||||
|
Loading…
Reference in New Issue
Block a user