-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
52 lines (47 loc) · 1.11 KB
/
.gitattributes
File metadata and controls
52 lines (47 loc) · 1.11 KB
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
45
46
47
48
49
50
51
52
# Force LF line endings on text files for cross-platform consistency.
# Without this, Windows checkouts can introduce CRLF on commit, producing
# noisy diffs and partial-normalization commits.
* text=auto eol=lf
# Windows-specific text files keep CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.psm1 text eol=crlf
*.psd1 text eol=crlf
# Unix-specific text files force LF
*.sh text eol=lf
gradlew text eol=lf
# Binary files — never normalize
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.icns binary
*.pdf binary
*.apk binary
*.aar binary
*.jar binary
*.zip binary
*.gz binary
*.tar binary
*.7z binary
*.so binary
*.dll binary
*.dylib binary
*.keystore binary
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
*.eot binary
*.mp3 binary
*.mp4 binary
*.mov binary
*.webm binary
# Windows image / ISO build artifacts
*.iso binary
*.wim binary
*.esd binary
*.exe binary