-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
36 lines (33 loc) · 823 Bytes
/
.gitattributes
File metadata and controls
36 lines (33 loc) · 823 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
* text=auto
*.js text eol=crlf
*.JS text eol=crlf
*.json text eol=crlf
*.JSON text eol=crlf
*.yml text eol=crlf
*.YML text eol=crlf
*.scss text eol=crlf
*.SCSS text eol=crlf
*.css text eol=crlf
*.CSS text eol=crlf
*.hbs text eol=crlf
*.HBS text eol=crlf
*.html text eol=crlf
*.HTML text eol=crlf
*.md text eol=crlf
*.MD text eol=crlf
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.jpg filter=lfs diff=lfs merge=lfs -text
*.JPG filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.JPEG filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.PNG filter=lfs diff=lfs merge=lfs -text