mirror of
https://github.com/plume-sig/zk-nullifier-sig.git
synced 2026-01-10 21:38:05 -05:00
* chore: clean up - [x] Add checks for ci actions - [x] Run prettier, clippy, fmt commands for all the files - [x] Move circom circuits to a circom folder - [x] Get rid of js var statements * chore: add resolver version for cargo.toml * chore: add circom tests * chore: optimize check triggers * chore: remove `check` command * chore: use only `pnpm` * chore: update readme --------- Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
# Swap the comments on the following lines if you don't wish to use zero-installs
|
|
# Documentation here: https://yarnpkg.com/features/zero-installs
|
|
# !.yarn/cache
|
|
.pnp.*
|
|
|
|
# node.js
|
|
/node_modules
|
|
/dist
|
|
|