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
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# The JavaScript under crates/pocket-pi/js/ is GENERATED by `node js/build.mjs`
# from the TypeScript sources in js/src/ (plus the esbuild bundle of pi). It is
# committed only so `cargo` builds Rust-only (the crate embeds it via
# include_str!) — it is build output, not source. Mark it generated so GitHub's
# language stats and diffs treat it as such; the real sources are the .ts.
crates/pocket-pi/js/*.js linguist-generated=true
crates/pocket-pi/js/node/*.js linguist-generated=true
crates/pocket-pi/js/pi-full/*.js linguist-generated=true
Loading