.gitignore 171 B

12345678910111213141516171819
  1. # Local
  2. .DS_Store
  3. *.local
  4. *.log*
  5. # Dist
  6. node_modules
  7. dist/
  8. # Profile
  9. .rspack-profile-*/
  10. # IDE
  11. .vscode/*
  12. !.vscode/extensions.json
  13. .idea
  14. *storybook.log
  15. storybook-static