Initial
This commit is contained in:
commit
be2ef06374
5 changed files with 209 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/target
|
||||
/dist
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
bin/
|
||||
pkg/
|
||||
wasm-pack.log
|
||||
worker/
|
||||
node_modules/
|
||||
.cargo-ok
|
||||
/__target__
|
||||
/env
|
||||
/.dev.vars
|
||||
/.editorconfig
|
||||
/.prettierrc
|
||||
/.wrangler/
|
||||
package-lock.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue