-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (20 loc) · 1.1 KB
/
Copy path.gitattributes
File metadata and controls
22 lines (20 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Reference bundles are exact-byte release assets.
# Their manifest digests, rather than an EOL convention, define their bytes.
src/phospy/data/reference_bundles/** -text
src/phospy/data/reference_bundles/** -diff
# Manifest-governed text fixtures use one canonical byte policy:
# UTF-8 text with LF line endings and a final newline.
# Keep this extension-specific so binary fixture assets are never promoted to text.
tests/fixtures/**/*.csv text eol=lf
tests/fixtures/**/*.json text eol=lf
tests/fixtures/**/*.md text eol=lf
tests/fixtures/**/*.txt text eol=lf
tests/fixtures/**/*.tsv text eol=lf
tests/fixtures/**/*.gmt text eol=lf
tests/fixtures/**/*.R text eol=lf
# These generators record their source SHA-256 in fixture manifests, so their
# checked-out bytes must also be stable across platforms.
scripts/active/generate_release_validation_regression_fixtures.py text eol=lf
scripts/support/generate_peptide_site_bias_regime_fixtures.py text eol=lf
scripts/active/generate_differential_duplicate_correlation_limma_fixtures.R text eol=lf
scripts/active/generate_large_differential_limma_trend_fixture.R text eol=lf