forked from Serial-Studio/Serial-Studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (35 loc) · 949 Bytes
/
Copy path.gitattributes
File metadata and controls
38 lines (35 loc) · 949 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
# Force LF in the repository AND the working tree on every platform.
# Overrides any per-user core.autocrlf / core.eol setting so contributors
# on Windows don't accidentally check in CRLFs.
* text=auto eol=lf
# Windows-only scripts genuinely require CRLF for cmd.exe.
*.bat text eol=crlf
*.cmd text eol=crlf
# Binary assets — never normalize.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.bmp binary
*.ico binary
*.icns binary
*.car binary
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
*.zip binary
*.gz binary
*.tar binary
*.pdf binary
*.qm binary
# Linguist annotations (vendored / generated trees not authored here).
deploy/* linguist-vendored
libs/* linguist-vendored
lib/* linguist-vendored
tests/* linguist-vendored
doc/* linguist-vendored
examples/* linguist-vendored
licenses/* linguist-vendored
scripts/* linguist-vendored
.github/* linguist-vendored