-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
63 lines (57 loc) · 1.46 KB
/
Copy path.gitattributes
File metadata and controls
63 lines (57 loc) · 1.46 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
53
54
55
56
57
58
59
60
61
62
63
# Auto-detect text files and normalize line endings to LF in the repo.
* text=auto eol=lf
# Source code: force LF regardless of platform.
*.kt text eol=lf
*.kts text eol=lf
*.java text eol=lf
*.c text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.cxx text eol=lf
*.h text eol=lf
*.hh text eol=lf
*.hpp text eol=lf
*.hxx text eol=lf
# Configuration and docs: force LF.
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.toml text eol=lf
*.xml text eol=lf
*.properties text eol=lf
*.gradle text eol=lf
*.cmake text eol=lf
CMakeLists.txt text eol=lf
# Windows-only scripts: force CRLF.
*.bat text eol=crlf
*.cmd text eol=crlf
# Unix shell wrappers: force LF.
gradlew text eol=lf
# Treat as binary (no diff, no line-ending conversion).
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.svg text eol=lf
*.pdf binary
*.jar binary
*.war binary
*.aar binary
*.apk binary
*.aab binary
*.so binary
*.dll binary
*.dylib binary
*.keystore binary
*.jks binary
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
# GitHub linguist: keep generated/vendored code out of language statistics.
gradle/wrapper/* linguist-vendored
gradlew linguist-vendored
gradlew.bat linguist-vendored