| # Standardized Git Attributes for Scholarly Archiving | |
| # Handle line endings automatically for files detected as text | |
| # and perform LF normalization on checkin. | |
| * text=auto eol=lf | |
| # Explicitly mark source files as text | |
| *.md text eol=lf | |
| *.py text eol=lf | |
| *.html text eol=lf | |
| *.css text eol=lf | |
| *.js text eol=lf | |
| *.cff text eol=lf | |
| *.json text eol=lf | |
| .gitattributes text eol=lf | |
| .gitignore text eol=lf | |
| LICENSE text eol=lf | |
| # Mark binary files | |
| *.pdf binary | |
| *.jpg binary | |
| *.png binary | |
| *.gif binary | |
| *.ico binary | |
| *.pb binary | |
| *.ckpt* binary | |
| *.meta binary | |
| # Academic/Scholarly classification | |
| *.pdf linguist-documentation | |
| *.md linguist-documentation | |
| *.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text | |