.gitignore 121 B

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