Skip to content

Commit e6b69e4

Browse files
chore: vendor converters/adapters for cleaner Linguist stats
1 parent 48a8acb commit e6b69e4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ app/src/lib/cp-shared.ts linguist-vendored=true
1212
app/src/lib/shared-data/** linguist-vendored=true
1313
app/src/lib/languages/** linguist-vendored=true
1414

15+
# Format adapters (CP graph ↔ contract, Word, RTF) — translation layer
16+
# parallel to languages/, same scaffolding character. Not the heart of
17+
# "what is a data contract".
18+
app/src/lib/converters/** linguist-vendored=true
19+
20+
# Adapter scaffolding — wraps the native store behind the shared
21+
# DataAdapter interface. Mechanical glue from the workspace pattern,
22+
# not the app's character.
23+
app/src/lib/adapters/** linguist-vendored=true
24+
1525
# Legacy path from older publishes (kept here so a re-publish over an
1626
# existing checkout that still has the old file in git history doesn't
1727
# falsely classify it). Safe to remove once no public repo retains it.

0 commit comments

Comments
 (0)