adding git ignore

This commit is contained in:
Jaremy Creechley 2024-01-10 12:51:45 +02:00
parent 2ac80d7ac2
commit 9fc1d4c268
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 9 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
node_modules/
*
!*/
!*.*
nim.cfg
# Added by cargo

View File

@ -1,4 +1,7 @@
task genffi, "update the nim ffi bindings":
exec "cargo install nbindgen"
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
exec "cargo install nbindgen"
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
task test, "run unit tests":
exec "testament pattern 'test/"