-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
41 lines (33 loc) · 779 Bytes
/
.gitattributes
File metadata and controls
41 lines (33 loc) · 779 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
# Auto detect text files and perform LF normalization
* text=auto
# Source code
*.xml text
*.scml text
*.caproj text
*.json text
*.scon text
# Documentation
*.md text diff=markdown
*.txt text
# Graphics
*.jpg binary
*.jpeg binary
*.png binary
# SVG treated as an asset (binary) by default.
*.svg text
# If you want to treat it as binary,
# use the following line instead.
# *.svg binary
# Audio
*.m4a binary
*.ogg binary
# Video
*.mp4 binary
*.ogv binary
*.webm binary
# Fonts
*.woff binary
# Archives
*.zip binary
# Ignore files
*.*ignore text