forked from MinaProtocol/mina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
18 lines (18 loc) · 947 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ignore vendored code when calculating repo code %s
# libsnark is lots of c++
automation/** linguist-vendored
# PragmataPro requires a license and costs $$, let's protect it with password
# protected zip file
frontend/website/static/font/PragmataPro.zip filter=lfs diff=lfs merge=lfs -text
frontend/website/static/presskit.zip filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
*.woff filter=lfs diff=lfs merge=lfs -text
*.woff2 filter=lfs diff=lfs merge=lfs -text
frontend/website/static/*.bc.js filter=lfs diff=lfs merge=lfs -text
src/app/archive/archive_graphql_schema.json linguist-generated=true
docs/res/block_production_fsm.dot.png filter=lfs diff=lfs merge=lfs -text
rfcs/res/hard-fork-package-generation-buildkite-pipeline.dot.png filter=lfs diff=lfs merge=lfs -text
*.ml linguist-language=OCaml
*.mli linguist-language=OCaml