-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (24 loc) · 979 Bytes
/
Copy path.gitattributes
File metadata and controls
27 lines (24 loc) · 979 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
* text=auto
# Signed payload inventories are generated from LF-normalized source bytes.
# Keep checkout bytes deterministic on Windows, macOS, and Linux.
*.cjs text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.mjs text eol=lf
*.py text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# Protected Mimosa payloads are opaque binary artifacts.
*.mimosa binary
# Internal operations never reach the public snapshot (git archive honours
# export-ignore). The public repository keeps the validators, the GitHub
# workflows, the plugins and the documentation — everything a contributor
# needs and nothing about how releases are operated.
.gitlab-ci.yml export-ignore
.gitlab/ export-ignore
scripts/sync_external_prs.py export-ignore
scripts/publish_incremental.py export-ignore
tests/test_sync_external_prs.py export-ignore
tests/test_distribution.py export-ignore
tests/test_public_docs.py export-ignore