-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (27 loc) · 666 Bytes
/
.gitattributes
File metadata and controls
30 lines (27 loc) · 666 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
# SPDX-FileCopyrightText: 2023 Mark Rotteveel
# SPDX-License-Identifier: Apache-2.0
* text=auto
*.csv text eol=crlf
*.css text
*.df text
*.htm text
*.html text
*.java text
*.properties text
*.sh text
*.txt text
*.xml text eol=lf
*.bat text eol=crlf
*.adoc text
*.gradle text
*.class binary
*.dll binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary
*.so binary
*.dat binary
gradlew text eol=lf