-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (18 loc) · 969 Bytes
/
Copy path.gitattributes
File metadata and controls
19 lines (18 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Reviewed license texts are hash-pinned byte-for-byte in
# scripts/third-party-notices.config.json (verified by
# scripts/generate-third-party-notices.mjs). Disable line-ending conversion so
# Windows checkouts (autocrlf) stay byte-identical to the committed blobs.
THIRD_PARTY_LICENSES/** -text
# Isolated signing control files are hash-pinned byte-for-byte. Keep their
# checkout representation identical on Windows, macOS, and Linux.
electron-builder.signing.json text eol=lf
build/entitlements.mac.plist text eol=lf
build/installer.nsh text eol=lf
scripts/release-signing-tool/package.json text eol=lf
scripts/release-signing-tool/package-lock.json text eol=lf
scripts/electron-package-size-budgets.json text eol=lf
scripts/electron-package-utils.mjs text eol=lf
scripts/before-build-use-staged-dependencies.mjs text eol=lf
scripts/native-binary-target.mjs text eol=lf
scripts/release-signing-input.mjs text eol=lf
scripts/verify-electron-package.mjs text eol=lf