.gitignore 147 B

12345678910111213
  1. node_modules/
  2. lib/
  3. esm/
  4. .DS_STORE
  5. # Rust version - available when ready
  6. rs/*/target/
  7. rs/*/Cargo.lock
  8. .DS_STORE
  9. umd/
  10. # for demo
  11. .parcel-cache
  12. dist/