.gitignore 97 B

1234567891011
  1. node_modules
  2. .DS_Store
  3. dist
  4. /dist*
  5. *-lock.*
  6. auto-*.d.ts
  7. .idea
  8. .history
  9. yarn.lock
  10. yarn-error.log