.npmignore 142 B

123456789
  1. # Exclude Storybook files from npm package
  2. **/*.stories.tsx
  3. **/*.stories.ts
  4. # Storybook configuration
  5. .storybook/
  6. # Development files
  7. *.log