-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
39 lines (34 loc) · 768 Bytes
/
.gitattributes
File metadata and controls
39 lines (34 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Machine Learning - Academic Repository
# Professional .gitattributes for scholarly archiving
# Set default behavior to automatically normalize line endings
* text=auto
# Ensure text and source files use LF on checkout
*.md text eol=lf
*.txt text eol=lf
*.py text eol=lf diff=python
*.ipynb text eol=lf
*.sql text eol=lf
*.R text eol=lf
*.csv text eol=lf
*.cff text eol=lf
LICENSE text eol=lf
# Explicitly mark binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pdf binary
*.ico binary
*.bmp binary
*.tif binary
*.tiff binary
# Office Documents
*.doc diff=astextplain
*.docx diff=astextplain
*.ppt diff=astextplain
*.pptx diff=astextplain
*.xls diff=astextplain
*.xlsx diff=astextplain
# Improve diff handling
*.md text diff=markdown
*.csv text