-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (35 loc) · 774 Bytes
/
Copy path.gitattributes
File metadata and controls
44 lines (35 loc) · 774 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
40
41
42
43
44
# Auto detect text files and perform LF normalization
* text=auto
# Vue files should always use LF
*.vue text eol=lf
# JavaScript files should always use LF
*.js text eol=lf
*.ts text eol=lf
# CSS files should always use LF
*.css text eol=lf
*.scss text eol=lf
*.sass text eol=lf
# HTML files should always use LF
*.html text eol=lf
# JSON files should always use LF
*.json text eol=lf
# Markdown files should always use LF
*.md text eol=lf
# Python files should always use LF
*.py text eol=lf
# Shell scripts should always use LF
*.sh text eol=lf
*.bash text eol=lf
# Binary files should not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.tar.gz binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary