.gitignore 288 B

123456789101112131415161718192021222324252627282930
  1. node_modules/
  2. .npm
  3. npm-debug.log*
  4. yarn-debug.log*
  5. yarn-error.log*
  6. lerna-debug.log*
  7. .eslintcache
  8. .parcel-cache
  9. .cache/
  10. .now
  11. dist/
  12. dist-storybook
  13. .history
  14. .idea
  15. .yarn/*
  16. !.yarn/patches
  17. !.yarn/releases
  18. !.yarn/plugins
  19. !.yarn/sdks
  20. !.yarn/versions
  21. .pnp.*
  22. .DS_Store
  23. figma-import.config.js