-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
53 lines (49 loc) · 1.28 KB
/
Copy path.gitattributes
File metadata and controls
53 lines (49 loc) · 1.28 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
* text=auto
*.sh text eol=lf
*.py text eol=lf
*.go text eol=lf
*.mod text eol=lf
*.sum text eol=lf
Dockerfile text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.conf text eol=lf
*.cfg text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.md text eol=lf
*.css text eol=lf
*.js text eol=lf
# Embedded dashboard templates are build inputs, not just source: pin them to LF
# so the rendered bytes do not depend on the checkout platform.
*.html text eol=lf
*.ts text eol=lf
# The vendored YARA corpus is checked byte-for-byte against
# analysis/yara/rules/upstream/MANIFEST, so line endings are part of the
# content, not a presentation detail: a CRLF checkout fails
# scripts/check-yara-corpus.sh. Covers the extensionless MANIFEST, AUTO_RULES,
# and DROPPED as well as the rules themselves.
*.yar text eol=lf
analysis/yara/rules/** text eol=lf
dashboard/vendor/** linguist-vendored
analysis/yara/rules/upstream/** linguist-vendored
dashboard/static/*.min.* linguist-generated
dashboard/static/hp-tailwind.css linguist-generated
dashboard/worldmap_generated.go linguist-generated
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.db binary
*.mmdb binary
*.pcap binary
*.pcapng binary
*.pdf binary
*.qcow2 binary
*.gz binary
*.zip binary
*.tar binary
*.tgz binary