Skip to content

Commit

Permalink
Update git stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyHerself committed Jan 21, 2020
1 parent 9d6af98 commit 8110355
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
*.[mM][dD] text eol=lf


# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.bat text eol=crlf
*.ms text eol=crlf
*.mse text eol=crlf

# Source files
*.py text diff=python eol=lf
*.py3 text diff=python eol=lf
*.pyw text diff=python eol=lf
*.pyx text diff=python eol=lf
*.pyz text diff=python eol=lf
*.[ch] text eol=lf

# Binary files
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary
*.pyd binary
*.pyo binary

# Jupyter notebook
*.ipynb text

0 comments on commit 8110355

Please sign in to comment.