.gitignore 102 B

123456789
  1. node_modules/
  2. lib/
  3. esm/
  4. # temporary as I work on WASM
  5. rs/
  6. rs/debug/
  7. rs/target/
  8. rs/**/*.rs.bk
  9. .DS_STORE