-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
41 lines (38 loc) · 733 Bytes
/
Copy path.gitattributes
File metadata and controls
41 lines (38 loc) · 733 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
# Enforce consistent line endings for text files
# "text=auto" lets Git detect text files; "eol=lf" ensures LF in working tree
* text=auto eol=lf
# Treat these as binary (no line-ending conversions)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.svg binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.bz2 binary
*.7z binary
*.jar binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
*.a binary
*.bin binary
*.mp3 binary
*.mp4 binary
*.mov binary
*.avi binary
*.wav binary
*.ogg binary
*.webm binary
*.woff binary
*.woff2 binary
*.eot binary
*.ttf binary
*.otf binary
# Optional: keep shell/batch files with expected endings if you use them
# Uncomment if needed
# *.bat text eol=crlf
# *.cmd text eol=crlf