mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-07 03:23:49 -05:00
* fix: add gitattribute rules for woff2 files * feat: add lifi widget + fixes minor issues * fix: remove unused packages + clean constants declaration and config * fix: update dockerfile and github ci workflows * fix: env variable naming issue * fix: bridge mode alt value issue + remove button component
29 lines
532 B
Plaintext
29 lines
532 B
Plaintext
#
|
|
# https://help.github.com/articles/dealing-with-line-endings/
|
|
#
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text eol=lf
|
|
|
|
/gradlew -text
|
|
*.md -text
|
|
*.jar -text
|
|
*.bat -text
|
|
*.pcap binary
|
|
*.blocks binary
|
|
*.dll binary
|
|
*.dylib binary
|
|
*.so binary
|
|
*.gz binary
|
|
*.ssz binary
|
|
*.ssz_snappy binary
|
|
*.png binary
|
|
*.cbor binary
|
|
|
|
prover/symbolic/testdata/**/*.cbor binary
|
|
prover/prover-assets/**/**/**/*.bin binary
|
|
prover/prover-assets/**/**/**/**/*.bin binary
|
|
prover/prover-assets/kzgsrs/* binary
|
|
|
|
*.woff2 binary
|
|
|