/ .gitattributes
.gitattributes
1 # 2 # https://help.github.com/articles/dealing-with-line-endings/ 3 # 4 # Set the default behavior, in case people don't have core.autocrlf set. 5 * text eol=lf 6 7 /gradlew -text 8 *.md -text 9 *.jar -text 10 *.bat -text 11 *.pcap binary 12 *.blocks binary 13 *.dll binary 14 *.dylib binary 15 *.so binary 16 *.gz binary 17 *.ssz binary 18 *.ssz_snappy binary 19 *.png binary 20 *.cbor binary 21 22 prover/symbolic/testdata/**/*.cbor binary 23 prover/prover-assets/**/**/**/*.bin binary 24 prover/prover-assets/**/**/**/**/*.bin binary 25 prover/prover-assets/kzgsrs/* binary 26 27 *.woff2 binary 28