13 lines
604 B
Plaintext
13 lines
604 B
Plaintext
|
# Use Move syntax highlighter for Move IR code
|
||
|
*.mvir linguist-language=Move
|
||
|
# These files are used in "porcelain" file comparison,
|
||
|
# we don't want an equality to fail because of line endings.
|
||
|
crates/sui-core/tests/staged/sui.yaml text eol=lf
|
||
|
crates/sui-open-rpc/spec/openrpc.json text eol=lf
|
||
|
sui_core/tests/staged/sui.yaml text eol=lf
|
||
|
# These files is auto generated
|
||
|
sdk/typescript/src/index.guard.ts linguist-generated=true
|
||
|
sdk/typescript/src/rpc/client.guard.ts linguist-generated=true
|
||
|
# These are used by toolchain to bypass requests to Debian snapshots
|
||
|
fetch/apt filter=lfs diff=lfs merge=lfs -text
|