forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
58 lines (55 loc) · 883 Bytes
/
.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
# Set the default behavior.
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized.
*.config text
COPYING text
*.css text
Dockerfile* text
*.desktop text
*.dtd text
*.flex text
*.gradle text
gradlew text
*.html text
*.htm text
*.ini text
*.java text
*.js text
*.json text
*.jsp text
*.kt text
*.kts text
*.md text
*.php text
*.pl text
*.plist text
*.policy text
*.properties text
*.py text
README text
*.rst text
*.schema text
*.script text
*.sh text
*.svg text
*.txt text
*.weekly text
wrapper text
*.xml text
*.xml2 text
*.xsl text
*.yaml text
*.yml text
# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf
*.install4j eol=crlf
# Denote all files that are truly binary and should not be modified.
*.icns binary
*.ico binary
*.jar binary
*.jpg binary
PkgInfo binary
*.png binary
*.rtf binary
*.ttf binary
*.zip binary