-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
16 lines (14 loc) · 952 Bytes
/
Copy path.gitattributes
File metadata and controls
16 lines (14 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# template/ files named X.example have no real extension, so GitHub's linguist
# guesses their language by content and pollutes the stats; highlighting and
# diffs stay normal (deliberately not linguist-vendored).
*.example -linguist-detectable
# Vendored third-party libs for the demo-GIF recorder (html2canvas-pro, gif.js);
# keep them out of the language stats and collapsed in diffs. record.js is ours.
website/public/gifgen/html2canvas-pro.min.js linguist-vendored
website/public/gifgen/gif.js linguist-vendored
website/public/gifgen/gif.worker.js linguist-vendored
# Archived field-test rounds (test/field-test/runs/<iso>-<runId>/): report.html is
# a self-contained, re-renderable view of the round's raw.tgz — ~10 MB across the
# archive, which drowned out the actual TypeScript in GitHub's language stats.
# Marked generated: out of the stats and collapsed in diffs, still committed.
test/field-test/runs/**/report.html linguist-generated