-
-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (44 loc) · 1015 Bytes
/
.gitattributes
File metadata and controls
44 lines (44 loc) · 1015 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
# Set default line ending behavior
* text=auto
# Force LF line endings for text files
*.js text eol=lf
*.ts text eol=lf linguist-detectable=false
*.jsx text eol=lf
*.tsx text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.txt text eol=lf
*.sh text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.c text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.dart text eol=lf
*.gradle text eol=lf
*.xml text eol=lf
*.html text eol=lf
*.css text eol=lf
# Keep Windows-specific files with CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
# Binary files should not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.tar.gz binary
*.so binary
*.dll binary
*.dylib binary
*.exe binary
# Debug symbols for Git LFS
debug-symbols/**/*.pdb filter=lfs diff=lfs merge=lfs -text
debug-symbols/**/*.debug filter=lfs diff=lfs merge=lfs -text
debug-symbols/**/*.dSYM filter=lfs diff=lfs merge=lfs -text
debug-symbols/**/*.7z filter=lfs diff=lfs merge=lfs -text