Skip to content

Commit

Permalink
chore: updated to 0.1.0-rc.4
Browse files Browse the repository at this point in the history
This also ignores the example's package-lock.json files so if they are used they will track latest when `npm i` is run.
  • Loading branch information
tim-hm committed Aug 2, 2024
1 parent 49f9cda commit a29e1a2
Show file tree
Hide file tree
Showing 9 changed files with 229 additions and 10,707 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
.DS_Store
node_modules
.idea
.vscode
packages/client-payments/src/proto/nilchain.ts # generated protobuf codec

node_modules
dist
!packages/client-wasm/dist
docs

packages/client-payments/src/proto/nilchain.ts # generated protobuf codec
packages/fixture/addition_division.nada.bin
packages/fixture/network.json
docs
!packages/client-wasm/dist

.next
examples/nextjs/package-lock.json
examples/react/package-lock.json
Loading

0 comments on commit a29e1a2

Please sign in to comment.