Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ site/static/**/*.webp filter=lfs diff=lfs merge=lfs -text
site/static/**/*.avif filter=lfs diff=lfs merge=lfs -text
site/static/**/*.ico filter=lfs diff=lfs merge=lfs -text
site/static/**/*.mp4 filter=lfs diff=lfs merge=lfs -text

# Committed generated icon output (attn-6q7b). Marked generated so GitHub
# collapses these in PR diffs and keeps them out of language/diff stats —
# a pin bump touches hundreds of SVGs and the review belongs on the pin,
# not the payload. Deliberately NOT in LFS, unlike site/static above: the
# whole point of committing them is that a bare clone + npm registry is a
# working build, and LFS would put a second fetch dependency back in.
web/src/lib/icons/vscode-generated/** linguist-generated=true
web/src/lib/vscode-icon-packs/*.generated.ts linguist-generated=true
web/src/lib/vscode-icon-map.generated.ts linguist-generated=true
Loading