forked from micro5k/microg-unofficial-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
68 lines (54 loc) · 1.45 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
.editorconfig text eol=lf
.semgrepignore text eol=lf
.shellcheckrc text eol=lf
.simplecov text eol=lf
*.yml text eol=lf
*.xml text eol=lf
*.json text eol=lf
*.dis text eol=lf
.reuse/dep5 text eol=lf
*.license text eol=lf
*.spdx text eol=lf
Makefile text eol=lf
etc/profile text eol=lf
# Batch scripts
*.bat text eol=crlf
# Gradle files
gradlew text eol=lf
*.gradle text eol=lf
# Textual formats
*.properties text eol=lf
*.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
recovery-simulator/override/* text eol=lf
# Uncompressed text manuals
*.1 text eol=lf
# Binaries
*.exe binary
*.bin binary
*.apk binary
*.zip binary
*.jar binary
*.gz binary
*.png binary
*.jpg binary