Skip to content

Commit

Permalink
adding gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsaki committed Feb 19, 2023
1 parent 8575015 commit cdf54a2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
35 changes: 31 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
/venv
# Generated by Cargo
# will have compiled files and executables
target

# ZoKrates default files
out
out.ztf
abi.json
proof.json
proving.key
verification.key
verifier.sol
proof.json
universal_setup.dat
witness

# ZoKrates source files at the root of the repository
/*.zok

# snarkjs artifacts
*.wtns
*.r1cs

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http:https://doc.crates.io/guide.html#cargotoml-vs-cargolock
# Cargo.lock

.DS_Store
venv/
out*
*.key
witness*
.idea
.vscode
*.iml
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "zk_exercises"]
path = zk_exercises
url = https://github.com/mmsaki/zk_homework_4
[submodule "zokrates"]
path = zokrates
url = https://github.com/ZoKrates/ZoKrates
1 change: 0 additions & 1 deletion zokrates
Submodule zokrates deleted from 3a4436

0 comments on commit cdf54a2

Please sign in to comment.