Skip to content

Commit

Permalink
Clean up hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Nov 12, 2021
1 parent 748c90f commit f19f058
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 258 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml

This file was deleted.

217 changes: 0 additions & 217 deletions .circleci/config.yml

This file was deleted.

14 changes: 9 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.idea/
**.DS_Store
**storage_db
**inner_snark_pk.params
**outer_snark_pk.params
.vscode
**/*.idea/
**/target
**/.DS_Store
**/.ledger*
**inner.proving*
**outer.proving*
**posw.proving*
**universal.srs*
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.vscode
**/*.idea/
**/target
**.DS_Store
**storage_db
**inner_snark_pk*.params
**outer_snark_pk*.params
**posw_snark_pk*.params
**/.DS_Store
**/.ledger*
**inner.proving*
**outer.proving*
**posw.proving*
**universal.srs*
27 changes: 0 additions & 27 deletions .licenserc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Stable configurations
edition = "2018"
max_width = 120
max_width = 140
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true
Expand Down

0 comments on commit f19f058

Please sign in to comment.