Skip to content

Commit eb919d5

Browse files
committed
Move root files from old repo
1 parent ea270ac commit eb919d5

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Ignore vendored code when calculating repo code %s
2+
# libsnark is lots of c++
3+
src/lib/snarky/src/camlsnark_c/libsnark-caml/* linguist-vendored
4+
# PragmataPro requires a license and costs $$, let's protect it with password
5+
# protected zip file
6+
frontend/website/static/font/PragmataPro.zip filter=lfs diff=lfs merge=lfs -text
7+
frontend/website/static/presskit.zip filter=lfs diff=lfs merge=lfs -text
8+
*.png filter=lfs diff=lfs merge=lfs -text
9+
*.jpg filter=lfs diff=lfs merge=lfs -text
10+
*.svg filter=lfs diff=lfs merge=lfs -text
11+
*.woff filter=lfs diff=lfs merge=lfs -text
12+
*.woff2 filter=lfs diff=lfs merge=lfs -text
13+
frontend/website/static/*.bc.js filter=lfs diff=lfs merge=lfs -text
14+
src/app/archive/archive_graphql_schema.json linguist-generated=true
15+
docs/res/block_production_fsm.dot.png filter=lfs diff=lfs merge=lfs -text

netlify.toml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build]
2+
command = "yarn export"
3+
publish = "out"
4+
ignore = "git diff --quiet HEAD^ HEAD -- . || git diff --quiet origin/master HEAD -- ."
5+
6+
[context.deploy-preview]
7+
command = "yarn export && echo 'User-agent: *\nDisallow: /' > out/robots.txt"
8+
9+
[context.branch-deploy]
10+
command = "yarn export && echo 'User-agent: *\nDisallow: /' > out/robots.txt"

0 commit comments

Comments
 (0)