File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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: *\n Disallow: /' > out/robots.txt"
8
+
9
+ [context .branch-deploy ]
10
+ command = " yarn export && echo 'User-agent: *\n Disallow: /' > out/robots.txt"
You can’t perform that action at this time.
0 commit comments