forked from micro5k/microg-unofficial-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
68 lines (55 loc) · 1.47 KB
/
.gitattributes
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
64
65
66
67
68
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: OTHER
* text=auto
docs/CODEOWNERS text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.gitmodules text eol=lf
.semgrepignore text eol=lf
*.yml text eol=lf
*.xml text eol=lf
*.json text eol=lf
*.dis text eol=lf
.simplecov text eol=lf
.shellcheckrc text eol=lf
.editorconfig text eol=lf
.reuse/dep5 text eol=lf
*.license text eol=lf
*.spdx text eol=lf
# Batch scripts
*.bat text eol=crlf
# Text
*.rst text eol=lf
*.md text eol=lf
*.txt text eol=lf
# Textual data
*.dat text eol=lf
# Our files
*.prop text eol=lf
*.conf text eol=lf
*.bats text eol=lf
*.sh text eol=lf
*.ash text eol=lf
*.bash text eol=lf
*.py text eol=lf
# Our custom files
build text eol=lf
recovery-simulator/override/* text eol=lf
# Gradle files
gradlew text eol=lf
*.gradle text eol=lf
*.properties text eol=lf
# Other files
fastlane/Appfile text eol=lf
fastlane/Fastfile text eol=lf
# Uncompressed text manuals
*.1 text eol=lf
# Binaries
*.exe binary
*.bin binary
*.apk binary
*.jar binary
*.gz binary
*.png binary
*.jpg binary